Skip to content

Commit 145d051

Browse files
author
Michael Burke
committed
MCO node disruption policy typo fixes 2
1 parent 73227c7 commit 145d051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/machine-config-node-disruption-example.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
# ...
8181
----
8282

83-
In the following example, when changes are made to the files in the `/etc/chrony.conf` directory, the MCO reloads the `chronyd.service` on the cluster nodes.
83+
In the following example, when changes are made to the `/etc/chrony.conf` file, the MCO reloads the `chronyd.service` on the cluster nodes.
8484

8585
.Example node disruption policy for a configuration file change
8686
[source,yaml]
@@ -127,7 +127,7 @@ spec:
127127
serviceName: crio.service
128128
----
129129

130-
In the following example, when changes are made to the files in the `registries.conf` directory, such as by editing an `ImageContentSourcePolicy` (ICSP) object, the MCO does not drain or reboot the nodes and applies the changes with no further action.
130+
In the following example, when changes are made to the `registries.conf` file, such as by editing an `ImageContentSourcePolicy` (ICSP) object, the MCO does not drain or reboot the nodes and applies the changes with no further action.
131131

132132
.Example node disruption policy for a registries.conf file change
133133
[source,yaml]

0 commit comments

Comments
 (0)