Options (4)
-f, --filenamebooleanCreate a cluster from the configuration specification
Example:
kops create cluster {{[-f|--filename]}} {{cluster_name.yaml}}-i, --ssh-public-keybooleanCreate a new SSH public key
Example:
kops create sshpublickey {{key_name}} {{[-i|--ssh-public-key]}} {{~/.ssh/id_rsa.pub}}-o, --outputbooleanGet the cluster configuration as YAML
Example:
kops get cluster {{cluster_name}} {{[-o|--output]}} yaml-y, --yesbooleanDelete a cluster
Example:
kops delete cluster {{cluster_name}} {{[-y|--yes]}}Examples (6)
Create a cluster from the configuration specification
Create a new SSH public key
kops create sshpublickey key_name [-i|--ssh-public-key] ~/.ssh/id_rsa.pubmade by @shridhargupta | data from tldr-pages