mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #95231 from openshift-cherrypick-robot/cherry-pick-95125-to-enterprise-4.20
[enterprise-4.20] OCPBUGS55748 Nodes become temporarily after updating only the trusted CA bundle
This commit is contained in:
@@ -40,7 +40,9 @@ $ oc patch proxy/cluster \
|
||||
+
|
||||
[NOTE]
|
||||
====
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
====
|
||||
|
||||
. Create a secret that contains the wildcard certificate chain and key:
|
||||
|
||||
Reference in New Issue
Block a user