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
{{ message }}
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
Remove the allowed_users and allowed_groups because they are useful only when a user directly creates a Pod object.
Pod objects created via higher level resources (like Deployment, StatefulSet) do not retain the details about the user details. All their request are seen as originated from an internal service account of Kubernetes.
The text was updated successfully, but these errors were encountered:
Remove the
allowed_users
andallowed_groups
because they are useful only when a user directly creates a Pod object.Pod objects created via higher level resources (like Deployment, StatefulSet) do not retain the details about the user details. All their request are seen as originated from an internal service account of Kubernetes.
The text was updated successfully, but these errors were encountered: