When you make any of these changes, the node disruption policy determines which of the following actions are required when the MCO implements the changes:
-
Reboot: The MCO drains and reboots the nodes. This is the default behavior.
-
None: The MCO does not drain or reboot the nodes. The MCO applies the changes with no further action.
-
Drain: The MCO cordons and drains the nodes of their workloads. The workloads restart with the new configurations.
-
Reload: For services, the MCO reloads the specified services without restarting the service.
-
Restart: For services, the MCO fully restarts the specified services.
-
DaemonReload: The MCO reloads the systemd manager configuration.
-
Special: This is an internal MCO-only action that is set by default for changes to the
/etc/containers/registries.conffile. When this action is set, the MCO determines if a node cordon and drain is required, based on the changed content in theregistries.conffile. You can override this setting. However, this is not recommended. You cannot set this action for another path or service.
|
Note
|
|