Update docs/tutorial/upgrading-kubernetes.md

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

View File

@ -16,6 +16,7 @@ It is comparable to the following sequence:
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