You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/concepts/pages/maintenance/crds.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
Starting with SDP 25.11.0, specific operators now manage their own CRD lifecycle independently of Helm or other deployment tools.
5
5
The primary reason for this is that the operator is able to inject a {k8s-webhook-config}[conversion webhook configuration] with an up-to-date `caBundle`.
6
-
The operator generates a CA (and a leaf certificate) used by the conversion webhook automatically which is additionally rotated every 24 hours.
7
-
This requires the operator to continuously update the `caBundle` field of the webhook configuration.
6
+
The operator automatically generates a dedicated CA and leaf certificate for the conversion webhook, rotating them every 24 hours.
7
+
To maintain secure communication, the operator must continuously inject the up-to-date caBundle into the CRD's webhook configuration.
8
8
9
9
This maintenance process can be disabled via a Helm value if desired.
0 commit comments