Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions containers/kubernetes/how-to/edit-kosmos-cluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ In order to add external nodes to your multi-cloud cluster, you must first [crea

## How to upgrade nodes in a multi-cloud pool in your Kosmos cluster

<Message type="important">
Note that the node will reappear with a different node ID. If your automation uses this ID (for instance when you use local PVCs), it will be broken.
</Message>

The Kubernetes version of the existing nodes in your multi-cloud pool can be upgraded in place. Your workload will theoretically keep running during the upgrade, but it is best to drain the node before the upgrade.

1. In the Pools section of your Kosmos cluster, click **Upgrade** next to the node pool. This will not cause any of your existing nodes to upgrade, but will instead ensure that any new nodes added to the pool will start up with the newer version.
Expand Down
Loading