Merge pull request #20885 from IceWreck/userns-kube

Add support for the userns annotation in kube play
This commit is contained in:
openshift-merge-bot[bot] authored and GitHub committed 2023-12-05 13:55:20 +00:00
commit 100089f411
3 files changed
+11 -1

No files matched your search

+4
View File
@@ -149,6 +149,10 @@ const (
// pod creation
InfraNameAnnotation = "io.podman.annotations.infra.name"
// UserNsAnnotation is used by play kube when playing a kube yaml to specify userns
// of the container
UserNsAnnotation = "io.podman.annotations.userns"
// UlimitAnnotation is used by kube play when playing a kube yaml to specify the ulimits
// of the container
UlimitAnnotation = "io.podman.annotations.ulimit"