Skip to content

Commit 274876a

Browse files
JMRaczynskivrutkovs
authored andcommitted
Fixed master hostname YAML template
As it was referring to workers instead of masters
1 parent 4895626 commit 274876a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guides/UPI/baremetal/node-hostname-resolution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ apiVersion: machineconfiguration.openshift.io/v1
2929
kind: MachineConfig
3030
metadata:
3131
labels:
32-
machineconfiguration.openshift.io/role: worker
33-
name: okd-configure-worker-node-hostname
32+
machineconfiguration.openshift.io/role: master
33+
name: okd-configure-master-node-hostname
3434
spec:
3535
config:
3636
ignition:

0 commit comments

Comments
 (0)