mirror of https://github.com/kubernetes/kops.git
Use correct `kops rolling-update` command
This commit is contained in:
parent
bf4f1a9ea1
commit
52c255c908
|
@ -16,7 +16,7 @@ To change the SSH public key on an existing cluster:
|
|||
* `kops delete secret --name <clustername> sshpublickey admin`
|
||||
* `kops create secret --name <clustername> sshpublickey admin -i ~/.ssh/newkey.pub`
|
||||
* `kops update cluster --yes` to reconfigure the auto-scaling groups
|
||||
* `kops rolling-update --yes` to immediately roll all the machines so they have the new key (optional)
|
||||
* `kops rolling-update cluster --name <clustername> --yes` to immediately roll all the machines so they have the new key (optional)
|
||||
|
||||
|
||||
## Kubernetes API
|
||||
|
|
Loading…
Reference in New Issue