mirror of
https://github.com/containers/podman.git
synced 2025-10-13 01:06:10 +08:00
docs(kube play): clarify --annotation flag only affects containers, not pods
Signed-off-by: shiavm006 <shivammittal42006@gmail.com>
This commit is contained in:
@ -104,7 +104,7 @@ func playFlags(cmd *cobra.Command) {
|
||||
flags.StringArrayVar(
|
||||
&playOptions.annotations,
|
||||
annotationFlagName, []string{},
|
||||
"Add annotations to pods (key=value)",
|
||||
"Add Podman-specific annotations to containers and pods created by Podman (key=value)",
|
||||
)
|
||||
_ = cmd.RegisterFlagCompletionFunc(annotationFlagName, completion.AutocompleteNone)
|
||||
credsFlagName := "creds"
|
||||
|
Reference in New Issue
Block a user