Merge pull request #3116 from gekart/patch-1

Automatic merge from submit-queue

added missing command in documentation

Documentation correction.
This commit is contained in:
Kubernetes Submit Queue 2017-08-03 22:42:18 -07:00 committed by GitHub
commit 5153ed5cf7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ This will create a `jobs.yaml` manifest file that is used by the next step.
3. Make sure the current-context in the kubeconfig is the cluster you want to perform this migration.
Run the job: `kubectl apply -f jobs.yaml`
4. Run `kops rolling-update --force --yes` to initiate a rolling restart on the cluster.
4. Run `kops rolling-update cluster --force --yes` to initiate a rolling restart on the cluster.
This forces a restart of all nodes in the cluster.
That's it, you should see new Pods be allocated IPs in the new IP range!