Skip to content

Commit

Permalink
docs: add limitation on version skipping during upgrades (#4669)
Browse files Browse the repository at this point in the history
* docs: add upgrade limitation

* docs: add upgrade reference

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent e74e40e commit 72ffe84
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ upgrading, you review the information provided in the
instead. For more information about creating an Edge cluster, refer to
[Create Cluster Definition](../edge/site-deployment/cluster-deployment.md).

- Avoid skipping minor versions when upgrading the Kubernetes version of a cluster. Refer to the documentation of your
Kubernetes distribution for upgrade guidance and follow the recommended upgrade paths.

- For PXK and PXK-E, refer to
[Upgrade Kubeadm Clusters](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/).
- For K3s, refer to [K3s Upgrades](https://docs.k3s.io/upgrades#version-specific-caveats)
- For RKE2, refer to [RKE2 Manual Upgrades](https://docs.rke2.io/upgrade/manual_upgrade)

## Prerequisites

- An active Kubernetes cluster in Palette.
Expand Down

0 comments on commit 72ffe84

Please sign in to comment.