You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/installation/uninstall.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
---
2
-
title: Uninstalling K3s
2
+
title: 卸载 K3s
3
3
---
4
4
5
5
:::warning
6
-
Uninstalling K3s deletes the local cluster data, configuration, and all of the scripts and CLI tools.
7
-
It does not remove any data from external datastores, or created by pods using external Kubernetes storage volumes.
6
+
卸载 K3s 可能导致数据丢失!
8
7
:::
9
8
10
-
If you installed K3s using the installation script, a script to uninstall K3s was generated during installation.
9
+
如果你安装 K3s 时使用了安装脚本,那么卸载脚本在安装时即已被生成。
11
10
12
-
If you are planning on rejoining a node to an existing cluster after uninstalling and reinstalling, be sure to delete the node from the cluster to ensure that the node password secret is removed. See the [Node Registration](../architecture.md#how-agent-node-registration-works) documentation for more information.
0 commit comments