mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
run kubectl on one of the masters
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
---
|
||||
- name: "Render configuration."
|
||||
become: true
|
||||
template: { src: "{{ item.file }}.j2", dest: "{{ kube_config_dir }}/{{ item.file }}" }
|
||||
with_items:
|
||||
- { file: "glusterfs-daemonset.json" }
|
||||
- { file: "heketi-bootstrap.json" }
|
||||
- { file: "heketi-deployment.json" }
|
||||
- { file: "heketi-service-account.json" }
|
||||
- name: "Prepare kubernetes."
|
||||
include_tasks: "kubernetes.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user