Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/customize-certificates-replace-default-router.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ $ oc patch ingresscontroller.operator default \
----
<1> Replace `<secret>` with the name used for the secret in
the previous step.
+
[IMPORTANT]
====
To trigger the Ingress Operator to perform a rolling update, you must update the name of the secret.
Because the kubelet automatically propagates changes to the secret in the volume mount, updating the secret contents does not trigger a rolling update.
For more information, see this link:https://access.redhat.com/solutions/4542531[Red{nbsp}Hat Knowledgebase Solution].
====