mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Add support for the userns annotation in kube play
[NO NEW TESTS NEEDED] Signed-off-by: Anchit Bajaj <ab@abifog.com>
This commit is contained in:
@ -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