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
All pods can run as non-root, with two exceptions:
17
+
18
+
* If the builder feature is enabled (at least one backend per network must have the ability to build images), Kaniko pods used for building images run as root.
19
+
* If the private CA feature is used, the initContainer `add-cert` runs as root.
20
+
21
+
We are working on ensuring that all pods except the two listed above are compliant with the *restricted* policy.
0 commit comments