update
This commit is contained in:
10
kubespray/roles/kubernetes-apps/krew/tasks/main.yml
Normal file
10
kubespray/roles/kubernetes-apps/krew/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Krew | install krew on kube_control_plane
|
||||
import_tasks: krew.yml
|
||||
|
||||
- name: Krew | install krew on localhost
|
||||
import_tasks: krew.yml
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
run_once: true
|
||||
when: kubectl_localhost
|
||||
Reference in New Issue
Block a user