kops

Create, destroy, upgrade and maintain Kubernetes clusters from the command…

kops

Create, destroy, upgrade and maintain Kubernetes clusters from the command line. More information: https://github.com/kubernetes/kops/.

kops create cluster -f {{cluster_name.yaml}}

kops create secret sshpublickey {{key_name}} -i {{~/.ssh/id_rsa.pub}}

kops export kubecfg {{cluster_name}}

kops get cluster {{cluster_name}} -o yaml

kops delete cluster {{cluster_name}} --yes

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← kool kosmorro →