Description Usage Arguments Examples
Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster (e.g. load balancer resources) will not be deleted if they weren't present at the initial create time.
1 | deleteCluster(projectId, zone, clusterId)
|
projectId |
The Google Developers Console project ID or project number. |
zone |
The name of the Google Compute Engine zone in which the cluster resides. |
clusterId |
The name of the cluster to delete. |
1 | deleteCluster(projectId = "myProjectId", zone = "europe-west1-d", clusterId = "r-cluster")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.