Add some notes

Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
Sherlock113 2020-12-29 14:23:51 +08:00
parent 4946c2a21b
commit bdede5b5bb
2 changed files with 20 additions and 2 deletions

View File

@ -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.
{{</ notice >}}
{{</ notice >}}
## 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 <cluster name>
```

View File

@ -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.
{{</ notice >}}
{{</ notice >}}
## 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 <cluster name>
```