We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0a6eb commit 615e48dCopy full SHA for 615e48d
content/zh/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -672,3 +672,20 @@ ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
672
依赖一些过时的数据。请注意,实际中还原会花费一些时间。
673
在还原过程中,关键组件将丢失领导锁并自行重启。
674
{{< /note >}}
675
+
676
+<!--
677
678
+## Upgrading etcd clusters
679
680
+For more details on etcd upgrade, please refer to the [etcd upgrades](https://etcd.io/docs/latest/upgrades/) documentation.
681
682
+{{< note >}}
683
+Before you start an upgrade, please back up your etcd cluster first.
684
+{{< /note >}}
685
+-->
686
+## 升级 etcd 集群
687
+有关 etcd 升级的更多详细信息,请参阅 [etcd 升级](https://etcd.io/docs/latest/upgrades/)文档。
688
689
+在开始升级之前,请先备份你的 etcd 集群。
690
691
0 commit comments