Skip to content

Commit da4210e

Browse files
authored
Merge pull request #86481 from jldohmann/OCPBUGS-43693
OCPBUGS-43693: add note about secret changes
2 parents aea5448 + 2089a81 commit da4210e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ $ oc patch ingresscontroller.operator default \
7676
----
7777
<1> Replace `<secret>` with the name used for the secret in
7878
the previous step.
79+
+
80+
[IMPORTANT]
81+
====
82+
To trigger the Ingress Operator to perform a rolling update, you must update the name of the secret.
83+
Because the kubelet automatically propagates changes to the secret in the volume mount, updating the secret contents does not trigger a rolling update.
84+
For more information, see this link:https://access.redhat.com/solutions/4542531[Red{nbsp}Hat Knowledgebase Solution].
85+
====

0 commit comments

Comments
 (0)