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
Starting with SDP 25.11.0, specific operators now manage their own CRD lifecycle independently of Helm or other deployment tools.
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 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
+
9
+
This maintenance process can be disabled via a Helm value if desired.
10
+
11
+
[WARNING]
12
+
====
13
+
It should be noted that when CRD maintenance is disabled, the operator will not deploy and manage the CRDs.
14
+
The CRDs need to be deployed manually and the conversion webhook is disabled.
15
+
As a result, only custom resources of the stored version can be used.
16
+
Only use this setting if you know what you are doing!
17
+
====
18
+
19
+
[NOTE]
20
+
====
21
+
The following section describe the available fields as well as their default and supported values.
0 commit comments