Add note about required permissions for k8s_exec (#361)

This commit is contained in:
Mike Graves
2021-02-08 19:42:13 -05:00
committed by GitHub
parent 92e373239c
commit 981493dfb6
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- k8s_exec - add a note about required permissions for the module (https://github.com/ansible-collections/community.kubernetes/issues/339).

View File

@@ -31,7 +31,9 @@ requirements:
- "PyYAML >= 3.11"
notes:
- Return code C(return_code) for the command executed is added in output in version 1.0.0.
- Return code C(return_code) for the command executed is added in output in version 1.0.0.
- The authenticated user must have at least read access to the pods resource and write access to the pods/exec resource.
options:
proxy:
description: