diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-10 14:36:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 14:36:53 -0500 |
commit | 7ba81ead38d0c4fb2e583224257a0497789552fc (patch) | |
tree | f7e546f59992980f64b75857a2e5aa0b4751a62b /docs/source | |
parent | a5e327941423983529b771a03691dc2fe2390e0f (diff) | |
parent | feaa1a134a4fd0a7d25bab485708a201321bfb56 (diff) | |
download | podman-7ba81ead38d0c4fb2e583224257a0497789552fc.tar.gz podman-7ba81ead38d0c4fb2e583224257a0497789552fc.tar.bz2 podman-7ba81ead38d0c4fb2e583224257a0497789552fc.zip |
Merge pull request #13445 from rhatdan/annotation
Add podman play kube --annotation
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 328210d34..310bade34 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -105,6 +105,11 @@ and as a result environment variable `FOO` will be set to `bar` for container `c ## OPTIONS +#### **--annotation**=*key=value* + +Add an annotation to the container or pod. The format is key=value. +The **--annotation** option can be set multiple times. + #### **--authfile**=*path* Path of the authentication file. Default is ${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. |