We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a7883 + e0443a1 commit 9a1059eCopy full SHA for 9a1059e
pkg/controller/vsphere/reconciler.go
@@ -835,7 +835,7 @@ func clone(s *machineScope) (string, error) {
835
fmt.Sprintf(
836
"Hardware lower than %d is not supported, clone stopped. "+
837
"Detected machine template version is %d. "+
838
- "Please update machine template: https://access.redhat.com/articles/6090681",
+ "Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating-hardware-on-nodes-running-on-vsphere.html",
839
minimumHWVersion, hwVersion,
840
),
841
)
0 commit comments