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
The CEL compatibility version is use to ensure when a kubeneretes contol plane
247
-
component reads a CEL expression from storage written by a N+1 newer version
248
-
(either due to version skew or a rollback), that a compatible CEL environment
249
-
can still be constructed. This is achieved by making any CEL environment changes
250
-
(language settings, libraries, variables) available for [stored expressions one
251
-
version before they are allowed to be written by new expressions](https://github.com/kubernetes/kubernetes/blob/7fe31be11fbe9b44af262d5f5cffb1e73648aa96/staging/src/k8s.io/apiserver/pkg/cel/environment/environment.go#L38).
246
+
The CEL compatibility version is used to ensure when a kubeneretes contol plane
247
+
component reads a CEL expression from storage written by a (N+1) newer version
248
+
(either due to version skew or a rollback), that a compatible CEL environment
249
+
can still be constructed and the expression can still be evaluated. This is
250
+
achieved by making any CEL environment changes (language settings, libraries,
251
+
variables) available for [stored expressions one version before they are allowed
0 commit comments