Merge pull request #848 from bjarkevad/patch-1

Use correct `kops rolling-update` command
This commit is contained in:
Chris Love 2016-11-12 11:11:44 -07:00 committed by GitHub
commit b6cd9ca64f
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