Skip to content
Snippets Groups Projects
Commit 1e22c83f authored by Erwan Miran's avatar Erwan Miran Committed by k8s-ci-robot
Browse files

kube_override_hostname must be in kubernetes/master role defaults (#3647)

parent 1ad1e80a
No related branches found
No related tags found
No related merge requests found
...@@ -137,3 +137,10 @@ kube_encryption_algorithm: "aescbc" ...@@ -137,3 +137,10 @@ kube_encryption_algorithm: "aescbc"
# You may want to use ca.pem depending on your situation # You may want to use ca.pem depending on your situation
kube_front_proxy_ca: "front-proxy-ca.pem" kube_front_proxy_ca: "front-proxy-ca.pem"
# If non-empty, will use this string as identification instead of the actual hostname
kube_override_hostname: >-
{%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
{%- else -%}
{{ inventory_hostname }}
{%- endif -%}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment