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
Copy file name to clipboardExpand all lines: install/0000_90_machine-config_01_prometheus-rules.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ spec:
49
49
severity: info
50
50
annotations:
51
51
summary: "Boot image skew enforcement is disabled. Scaling operations may not be successful."
52
-
description: "Boot image skew enforcement mode is set to None. When scaling up, new nodes may be provisioned with older boot images that could introduce compatibility issues. Consider manually updating boot images to match the cluster version. Please refer to docs at [TODO-INSERTLINK] for additional details."
52
+
description: "Boot image skew enforcement mode is set to None. When scaling up, new nodes may be provisioned with older boot images that could introduce compatibility issues. Consider manually updating boot images to match the cluster version. Please refer to docs at https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/machine_configuration/mco-update-boot-skew-mgmt for additional details."
// TODO: Update error message; tracked in https://issues.redhat.com/browse/MCO-2034
696
-
returntrue, fmt.Sprintf("Upgrades have been disabled because %s. To enable upgrades, please update your boot images following the documentation at [TODO: insert link], or disable boot image skew enforcement at [TODO: insert link]", skewLimitExceededMessage), nil
returntrue, fmt.Sprintf("Upgrades have been disabled because %s. To enable upgrades, please update your boot images or disable boot image skew enforcement by following the documentation at %s", skewLimitExceededMessage, docsURL), nil
0 commit comments