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
An incident was caused by #12173 - despite the testing, the SaaS cluster was configured to have the PodSecurityPolcies enabled and the GKE testing done did not (mea culpa - I thought it did).
As Kubernetes v1.25 removes support for PodSecurityPolicies, it is not an option to maintain these in the Installer for the long-term.
The proposal is to add a usePodSecurityPolicies bool in the experimental section of the config (defaulting to false) and to conditionally remove the resources removed in #12173.
As this is a deprecated feature in Kubernetes, the bool should be marked as deprecated from the start
The text was updated successfully, but these errors were encountered:
An incident was caused by #12173 - despite the testing, the SaaS cluster was configured to have the PodSecurityPolcies enabled and the GKE testing done did not (mea culpa - I thought it did).
As Kubernetes v1.25 removes support for PodSecurityPolicies, it is not an option to maintain these in the Installer for the long-term.
The proposal is to add a
usePodSecurityPolicies
bool in theexperimental
section of the config (defaulting tofalse
) and to conditionally remove the resources removed in #12173.As this is a deprecated feature in Kubernetes, the bool should be marked as deprecated from the start
The text was updated successfully, but these errors were encountered: