Missed update to kube-proxy when removing nginx on vagrant

pull/6/head
derekwaynecarr 2015-06-30 15:42:52 -04:00
parent 102a8a1e36
commit 2cc869b1c5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% endif -%}
# TODO: remove nginx for other cloud providers.
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce' ] %}
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce', 'vagrant' ] %}
{% set api_servers_with_port = api_servers -%}
{% else -%}
{% set api_servers_with_port = api_servers + ":6443" -%}