Skip to content

Commit 160c365

Browse files
authored
feat: add warning about limitations of kosmos upgrade (#3857)
1 parent 46b03df commit 160c365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/kubernetes/how-to/edit-kosmos-cluster.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ In order to add external nodes to your multi-cloud cluster, you must first [crea
104104

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

107+
<Message type="important">
108+
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.
109+
</Message>
110+
107111
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.
108112

109113
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.

0 commit comments

Comments
 (0)