mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-31 15:53:03 +00:00
Add note about required permissions for k8s_exec (#361)
This commit is contained in:
2
changelogs/fragments/361-k8s_exec-permission-hint.yaml
Normal file
2
changelogs/fragments/361-k8s_exec-permission-hint.yaml
Normal 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).
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user