Skip to content

Commit 458e562

Browse files
author
Bob Furu
authored
Merge pull request #31206 from skrthomas/BZ1871802
2 parents 46bd2aa + c174352 commit 458e562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-special-config-crony.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ additional `MachineConfig` object for the `worker` role:
4040
+
4141
[source,terminal]
4242
----
43-
$ cat << EOF > ./masters-chrony-configuration.yaml
43+
$ cat << EOF > ./99-masters-chrony-configuration.yaml
4444
apiVersion: machineconfiguration.openshift.io/v1
4545
kind: MachineConfig
4646
metadata:
4747
labels:
4848
machineconfiguration.openshift.io/role: master
49-
name: masters-chrony-configuration
49+
name: 99-masters-chrony-configuration
5050
spec:
5151
config:
5252
ignition:
@@ -79,5 +79,5 @@ directory, and then continue to create the cluster.
7979
+
8080
[source,terminal]
8181
----
82-
$ oc apply -f ./masters-chrony-configuration.yaml
82+
$ oc apply -f ./99-masters-chrony-configuration.yaml
8383
----

0 commit comments

Comments
 (0)