From bdede5b5bbd14e66c2bbcacfb0ca14f5390be762 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Tue, 29 Dec 2020 14:23:51 +0800 Subject: [PATCH] Add some notes Signed-off-by: Sherlock113 --- .../en/docs/multicluster-management/unbind-cluster.md | 11 ++++++++++- .../zh/docs/multicluster-management/unbind-cluster.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/content/en/docs/multicluster-management/unbind-cluster.md b/content/en/docs/multicluster-management/unbind-cluster.md index 5c391f881..a696da0d3 100644 --- a/content/en/docs/multicluster-management/unbind-cluster.md +++ b/content/en/docs/multicluster-management/unbind-cluster.md @@ -29,4 +29,13 @@ This tutorial demonstrates how to unbind a cluster from the central control plan After you unbind the cluster, you cannot manage it from the control plane while Kubernetes resources on the cluster will not be deleted. - {{}} \ No newline at end of file + {{}} + +## Unbind an Unhealthy Cluster + +On some occasions, you cannot unbind a cluster by following the steps above. For example, you import a cluster with the wrong credentials and you cannot access **Cluster Settings**. In this case, execute the following command to unbind an unhealthy cluster: + +```bash +kubectl delete +``` + diff --git a/content/zh/docs/multicluster-management/unbind-cluster.md b/content/zh/docs/multicluster-management/unbind-cluster.md index 5c391f881..a696da0d3 100644 --- a/content/zh/docs/multicluster-management/unbind-cluster.md +++ b/content/zh/docs/multicluster-management/unbind-cluster.md @@ -29,4 +29,13 @@ This tutorial demonstrates how to unbind a cluster from the central control plan After you unbind the cluster, you cannot manage it from the control plane while Kubernetes resources on the cluster will not be deleted. - {{}} \ No newline at end of file + {{}} + +## Unbind an Unhealthy Cluster + +On some occasions, you cannot unbind a cluster by following the steps above. For example, you import a cluster with the wrong credentials and you cannot access **Cluster Settings**. In this case, execute the following command to unbind an unhealthy cluster: + +```bash +kubectl delete +``` +