Use correct `kops rolling-update` command

This commit is contained in:
Bjarke Vad Andersen 2016-11-09 10:02:47 +01:00 committed by GitHub
parent bf4f1a9ea1
commit 52c255c908
1 changed files with 1 additions and 1 deletions

View File

@ -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