You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent change has happened on the node update command to allow for patch releases. In these cases, the major.minor version does not change, but the patch version does. Something that we are currently enforcing is that the control plane nodes should all be updated before the worker nodes, so they should be running versions equal to or greater than what is running on worker nodes. However, a worker node could take in multiple patches and potentially be at a higher version than a control plane node in the cluster once the patch is applied. We should investigate what to do in this scenario.
Acceptance Criteria:
Determine how this issue should be resolved
Test and Verify this fix
Resources: Reach out to George, Paul, or Dan
The text was updated successfully, but these errors were encountered:
Recent change has happened on the node update command to allow for patch releases. In these cases, the major.minor version does not change, but the patch version does. Something that we are currently enforcing is that the control plane nodes should all be updated before the worker nodes, so they should be running versions equal to or greater than what is running on worker nodes. However, a worker node could take in multiple patches and potentially be at a higher version than a control plane node in the cluster once the patch is applied. We should investigate what to do in this scenario.
Acceptance Criteria:
Determine how this issue should be resolved
Test and Verify this fix
Resources: Reach out to George, Paul, or Dan
The text was updated successfully, but these errors were encountered: