Update docs/tutorial/upgrading-kubernetes.md

Co-authored-by: Dan Ports <danports@gmail.com>
This commit is contained in:
Justin Santa Barbara 2025-01-20 09:42:34 -05:00 committed by GitHub
parent 5ea10ed1ae
commit 0b754485e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ It is comparable to the following sequence:
2. `kops rolling-update cluster --instance-group-roles=control-plane,apiserver --yes`
3. `kops 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`:
```sh