mirror of
https://github.com/kubesphere/website.git
synced 2025-12-31 19:12:49 +00:00
Add some notes
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
4946c2a21b
commit
bdede5b5bb
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue