AWS: Change apiserver to listen on 443 directly, not through nginx
Mirrors changes in GCE. I think the same changes will be needed for vagrant.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
{% endif -%}
|
||||
|
||||
# TODO: remove nginx for other cloud providers.
|
||||
{% if grains['cloud'] is defined and grains['cloud'] == 'gce' -%}
|
||||
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce' ] %}
|
||||
{% set api_servers_with_port = api_servers -%}
|
||||
{% else -%}
|
||||
{% set api_servers_with_port = api_servers + ":6443" -%}
|
||||
|
Reference in New Issue
Block a user