kubectl: correct usage in console (#204)

kubectl exec is printed twice in the console log.

Fixes: #200

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-08-31 09:29:27 +05:30
committed by GitHub
parent c6fe654853
commit 23f9588732
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- kubectl plugin - correct console log (https://github.com/ansible-collections/community.kubernetes/issues/200).