Skip to content

Commit

Permalink
Add missing advertise-address flag to Kubeadm config, so it's passed …
Browse files Browse the repository at this point in the history
…to api-server (#11387)
  • Loading branch information
derselbst committed Jul 26, 2024
1 parent 2ac5b37 commit c0fabcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(',') }}
Expand Down

0 comments on commit c0fabcc

Please sign in to comment.