mirror of
https://github.com/containers/podman.git
synced 2026-08-07 04:43:04 -04:00
Merge pull request #20885 from IceWreck/userns-kube
Add support for the userns annotation in kube play
This commit is contained in:
3 files changed
+11
-1
No files matched your search
@@ -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"
|
||||
|
||||
Reference in new issue
Block a user