Editing rke2-worker-plan

Hi,
Is there a manifest somewhere that will enable me to save changes in rke2-worker-plan?
I’m asking because without NodeSelector it tries to upgrade a windows node (with an unsupported image) and the cluster status is stuck on Upgrading.

Thanks.

Hi,

I face the exact same issue. Did you find a way to have it working ?

Hello,
I think you can create a manifest to customize the rke2-worker-plan. Include a NodeSelector in your manifest to specify which nodes should be included or excluded from upgrades based on labels. This ensures that only Linux nodes are targeted for upgrades, preventing issues with unsupported images on Windows nodes and allowing your cluster status to progress past the “Upgrading” state.