Correct the task name for tiller installed
Change-Id: Ibf146f3a4c377c9b6d58aceb0a572386fcbff3eb
This commit is contained in:
parent
f4e80dfb5f
commit
ab9dca30a9
@ -47,19 +47,19 @@
|
|||||||
retries: 120
|
retries: 120
|
||||||
delay: 5
|
delay: 5
|
||||||
|
|
||||||
- name: kubeadm | helm | tiller
|
- name: ensure tiller release installed
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
block:
|
block:
|
||||||
- name: kubeadm | helm | tiller
|
- name: install tiller release
|
||||||
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --wait
|
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --wait
|
||||||
environment:
|
environment:
|
||||||
HELM_HOST: 'localhost:44134'
|
HELM_HOST: 'localhost:44134'
|
||||||
- name: kubeadm | helm | tiller
|
- name: get the status for tiller release
|
||||||
command: helm status tiller
|
command: helm status tiller
|
||||||
environment:
|
environment:
|
||||||
HELM_HOST: 'localhost:44134'
|
HELM_HOST: 'localhost:44134'
|
||||||
register: kubeadm_helm_cni_status
|
register: kubeadm_helm_cni_status
|
||||||
- name: kubeadm | helm | tiller
|
- name: display the status for tiller release
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ kubeadm_helm_cni_status }}"
|
msg: "{{ kubeadm_helm_cni_status }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user