Sha256: f63b541d0319db404272c8b09c0b19a2c4af9987d18ed944db9a71c33408cd4e
Contents?: true
Size: 820 Bytes
Versions: 25
Compression:
Stored size: 820 Bytes
Contents
uffizzi-cluster-delete - delete a cluster ================================================================ ## SYNOPSIS uffizzi cluster delete [CLUSTER_NAME] ## DESCRIPTION Deletes a cluster with the given cluster name. This command can fail for the following reasons: - The cluster specified does not exist. - The cluster specified belongs to a different project. For more information on Uffizzi clusters, see: https://docs.uffizzi.com/references/cli/ ## POSITIONAL ARGUMENTS [CLUSTER_NAME] Name for the cluster you want to delete. ## FLAGS --delete-config=false Delete cluster from kubeconfig. Default is true. ## EXAMPLES The following command deletes the cluster with CLUSTER_NAME my-cluster: $ uffizzi cluster delete my-cluster
Version data entries
25 entries across 25 versions & 1 rubygems