Add krew support (#7464)

* Add krew support

* Add reset for krew

* Update install krew(local)

* ansible lint

* yamllint

* fix krew default vars

* fix kubectl_localhost mode

* replace include

* fix e206
This commit is contained in:
Samuel Liu
2021-05-03 22:16:03 +08:00
committed by GitHub
parent 2556eb2733
commit 96e6a6ac3f
14 changed files with 176 additions and 0 deletions

View File

@@ -175,3 +175,7 @@ metallb_enabled: false
# - peer_address: 192.0.2.2
# peer_asn: 64513
# my_asn: 4200000000
# The plugin manager for kubectl
krew_enabled: false
krew_root_dir: "/usr/local/krew"