mirror of https://github.com/kubernetes/kops.git
Update docs/tutorial/upgrading-kubernetes.md
Co-authored-by: Dan Ports <danports@gmail.com>
This commit is contained in:
parent
5ea10ed1ae
commit
0b754485e2
|
@ -15,7 +15,7 @@ It is comparable to the following sequence:
|
||||||
2. `kops rolling-update cluster --instance-group-roles=control-plane,apiserver --yes`
|
2. `kops rolling-update cluster --instance-group-roles=control-plane,apiserver --yes`
|
||||||
3. `kops update cluster --yes`
|
3. `kops update cluster --yes`
|
||||||
4. `kops rolling-update cluster --yes`
|
4. `kops rolling-update cluster --yes`
|
||||||
|
5. `kops update cluster --prune --yes`
|
||||||
**Terraform** users will need to use a targeted terraform apply with the normal `kops rolling-update cluster --yes`:
|
**Terraform** users will need to use a targeted terraform apply with the normal `kops rolling-update cluster --yes`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue