This policy controls allowed user IDs for containers to run with in a Kubernetes Cluster. For instructions on using this policy, please visit https://aka.ms/kubepolicydoc.
displayName: "Control which user ID containers are run with in a Kubernetes Cluster",
policyType: "Custom",
mode: "Microsoft.Kubernetes.Data",
description: "This policy controls allowed user IDs for containers to run with in a Kubernetes Cluster. For instructions on using this policy, please visit https://aka.ms/kubepolicydoc.",
description: "Configure what group IDs are valid for pods to use. An empty list means there is no restriction on group IDs used. This is defined as a list of objects with a min and a max group id value. E.g. { "ranges": [{"min": 100, "max": 200}] }"
description: "Configure what supplmental group IDs are valid for pods to use. An empty list means there is no restriction on supplmental group IDs used. This is defined as a list of objects with a min and a max supplmental group id value. E.g. { "ranges": [{"min": 100, "max": 200}] }"
description: "Configure what fsgroup IDs are valid for pods to use. An empty list means there is no restriction on fsgroup IDs used. This is defined as a list of objects with a min and a max fsgroup id value. E.g. { "ranges": [{"min": 100, "max": 200}] }"