Use kube_apiserver_port

This commit is contained in:
ant31
2015-12-15 16:27:12 +01:00
parent 4055980ce6
commit f21f660cc5
3 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
- name: wait for the apiserver to be running (pulling image and running container)
wait_for:
port: 8080
port: "{{kube_apiserver_insecure_port}}"
delay: 10
- name: install required python module 'httplib2'