Sha256: 97b5c77ac481d936ab774feec13e56c4cdd3ea7825cee6dcb6aae1082f27264b
Contents?: true
Size: 1.07 KB
Versions: 12
Compression:
Stored size: 1.07 KB
Contents
$ uffizzi cluster update-kubeconfig -h uffizzi-cluster-update-kubeconfig - update a kubeconfig ================================================================ ## SYNOPSIS uffizzi cluster update-kubeconfig [CLUSTER_NAME] ## DESCRIPTION Update your kubeconfig file such that you can use kubectl to connect to a Uffizzi cluster. This command can fail for the following reasons: - Your kubeconfig file out of specification For more information on Uffizzi clusters, see: https://docs.uffizzi.com/references/cli/ ## POSITIONAL ARGUMENTS CLUSTER_NAME The name of the cluster for which to create a kubeconfig entry. This cluster must exist in your account. ## FLAGS --kubeconfig="/path/to/your/kubeconfig" Path to kubeconfig file you want to update --print Print kubeconfig to STDOUT without updating kubeconfig file. --quiet Quiet mode ## EXAMPLES To update kubeconfig file for cluster 'my-cluster', run: $ uffizzi cluster update-kubeconfig my-cluster --kubeconfig="/file/path/to/kubeconfig"
Version data entries
12 entries across 12 versions & 1 rubygems