Skip to content

Commit dc3d347

Browse files
authored
Merge pull request #95125 from mburke5678/mco-not-ready-update-trusted-ca
OCPBUGS55748 Nodes become temporarily after updating only the trusted CA bundle
2 parents b037d25 + 5ba8e70 commit dc3d347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/customize-certificates-replace-default-router.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ $ oc patch proxy/cluster \
4040
+
4141
[NOTE]
4242
====
43-
If you update only the trusted CA for your cluster, the MCO updates the `/etc/pki/ca-trust/source/anchors/openshift-config-user-ca-bundle.crt` file and the Machine Config Controller (MCC) applies the trusted CA update to each node so that a node reboot is not required. Changing any other parameter in the `openshift-config-user-ca-bundle.crt` file, such as `noproxy`, results in the MCO rebooting each node in your cluster.
43+
If you update only the trusted CA for your cluster, the MCO updates the `/etc/pki/ca-trust/source/anchors/openshift-config-user-ca-bundle.crt` file and the Machine Config Controller (MCC) applies the trusted CA update to each node so that a node reboot is not required. However, with these changes, the Machine Config Daemon (MCD) restarts critical services on each node, such as kubelet and CRI-O. These service restarts cause each node to briefly enter the `NotReady` state until the service is fully restarted.
44+
45+
If you change any other parameter in the `openshift-config-user-ca-bundle.crt` file, such as `noproxy`, the MCO reboots each node in your cluster.
4446
====
4547

4648
. Create a secret that contains the wildcard certificate chain and key:

0 commit comments

Comments
 (0)