Skip to content

Commit

Permalink
Fixed master hostname YAML template
Browse files Browse the repository at this point in the history
As it was referring to workers instead of masters
  • Loading branch information
JMRaczynski authored and vrutkovs committed Oct 7, 2022
1 parent 4895626 commit 274876a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guides/UPI/baremetal/node-hostname-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: worker
name: okd-configure-worker-node-hostname
machineconfiguration.openshift.io/role: master
name: okd-configure-master-node-hostname
spec:
config:
ignition:
Expand Down

0 comments on commit 274876a

Please # to comment.