deleteCluster: deleteCluster

Description Usage Arguments Examples

Description

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.

Usage

1
deleteCluster(projectId, zone, clusterId)

Arguments

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.

Examples

1
deleteCluster(projectId = "myProjectId", zone = "europe-west1-d", clusterId = "r-cluster")

RhysJackson/googleKubernetesR documentation built on May 27, 2019, 12:17 p.m.