Deactivating a
Supervisor

You can programmatically deactivate
vSphere Supervisor
on a vSphere cluster by using the
vSphere Automation
APIs.
When you deactivate a
Supervisor
, the vSphere Kubernetes Service forcefully deletes from the cluster all objects and configurations part of the Kubernetes infrastructure. To deactivate Kubernetes workloads on a cluster,
call the
disable(String cluster)
operation of the
Clusters
service and pass as parameter the ID of the cluster on which you want to deactivate Kubernetes.