You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #89489 from mburke5678/node-disrupt-fix
OCPBUGS:35825 Chronyd examples for nodeDisruptionPolicy are wrong/example of node disruption policy is incorrect/Missing metadata in one of the Node Disruption Policy examples
In the following example, when changes are made to the `/etc/chrony.conf` file, the MCO reloads the `chronyd.service` on the cluster nodes. If files are added to or modified in the `/var/run` directory, the MCO applies the changes with no further action.
99
+
In the following example, when changes are made to the `/etc/chrony.conf` file, the MCO restarts the `chronyd.service` on the cluster nodes. If files are added to or modified in the `/var/run` directory, the MCO applies the changes with no further action.
100
100
101
101
.Example node disruption policy for a configuration file change
0 commit comments