Merge pull request #646 from kubernetes-incubator/fix_nginx_download
Fix nginx container download for download_run_once mode
This commit is contained in:
commit
0e6435686f
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ dependencies:
|
|||
- role: kubernetes/secrets
|
||||
- role: download
|
||||
file: "{{ downloads.nginx }}"
|
||||
when: is_kube_master == false and loadbalancer_apiserver_localhost|default(false)
|
||||
- role: download
|
||||
file: "{{ downloads.testbox }}"
|
||||
- role: download
|
||||
|
|
Loading…
Reference in a new issue