Skip to content
Snippets Groups Projects
Unverified Commit c0fabcca authored by Tom M.'s avatar Tom M. Committed by GitHub
Browse files

Add missing advertise-address flag to Kubeadm config, so it's passed to api-server (#11387)

parent 2ac5b37a
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ apiServer:
anonymous-auth: "{{ kube_api_anonymous_auth }}"
{% endif %}
authorization-mode: {{ authorization_modes | join(',') }}
advertise-address: {{ kube_apiserver_address }}
bind-address: {{ kube_apiserver_bind_address }}
{% if kube_apiserver_enable_admission_plugins | length > 0 %}
enable-admission-plugins: {{ kube_apiserver_enable_admission_plugins | join(',') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment