Matthew Mosesohn
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/client/tasks/main.yml
|
|
@ -8,7 +8,7 @@ |
|
|
|
{{ kube_apiserver_access_address }} |
|
|
|
{%- endif -%} |
|
|
|
external_apiserver_port: >- |
|
|
|
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.address and loadbalancer_apiserver.port is defined -%} |
|
|
|
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.address is defined and loadbalancer_apiserver.port is defined -%} |
|
|
|
{{ loadbalancer_apiserver.port|default(kube_apiserver_port) }} |
|
|
|
{%- else -%} |
|
|
|
{{ kube_apiserver_port }} |
|
|
|