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 06de177 + 925e385 commit ffcde1eCopy full SHA for ffcde1e
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://docs.openshift.com/container-platform/latest/updating/updating-hardware-on-nodes-running-on-vsphere.html",
+ "Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-hardware-on-nodes-running-on-vsphere.html",
839
minimumHWVersion, hwVersion,
840
),
841
)
0 commit comments