Commit b83236ee authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10568 from derekwaynecarr/fix_vagrant_kube_proxy

Missed update to kube-proxy when removing nginx on vagrant
parents add08cb9 2cc869b1
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{% endif -%} {% endif -%}
# TODO: remove nginx for other cloud providers. # 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 -%} {% set api_servers_with_port = api_servers -%}
{% else -%} {% else -%}
{% set api_servers_with_port = api_servers + ":6443" -%} {% set api_servers_with_port = api_servers + ":6443" -%}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment