Skip to content

Commit 0297eb8

Browse files
authored
Merge pull request #72185 from jldohmann/OCPBUGS-25163
OCPBUGS-25163: update disruptionless MCO behavior
2 parents 254dbeb + bb9515f commit 0297eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/certificate_types_descriptions/proxy-certificates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Updating the user-provided trust bundle consists of either:
9696
* updating the PEM-encoded certificates in the config map referenced by `trustedCA,` or
9797
* creating a config map in the namespace `openshift-config` that contains the new trust bundle and updating `trustedCA` to reference the name of the new config map.
9898

99-
The mechanism for writing CA certificates to the {op-system} trust bundle is exactly the same as writing any other file to {op-system}, which is done through the use of machine configs. When the Machine Config Operator (MCO) applies the new machine config that contains the new CA certificates, the node is rebooted. During the next boot, the service `coreos-update-ca-trust.service` runs on the {op-system} nodes, which automatically update the trust bundle with the new CA certificates. For example:
99+
The mechanism for writing CA certificates to the {op-system} trust bundle is exactly the same as writing any other file to {op-system}, which is done through the use of machine configs. When the Machine Config Operator (MCO) applies the new machine config that contains the new CA certificates, it runs the program `update-ca-trust` afterwards and restarts the CRI-O service on the {op-system} nodes. This update does not require a node reboot. Restarting the CRI-O service automatically updates the trust bundle with the new CA certificates. For example:
100100

101101
[source,yaml]
102102
----

0 commit comments

Comments
 (0)