Remove unused variable (#6522)
This commit is contained in:
parent
ca8e59fa85
commit
78ceef6b15
1 changed files with 0 additions and 6 deletions
|
@ -26,9 +26,6 @@ kube_apiserver_node_port_range: "30000-32767"
|
||||||
# ETCD backend for k8s data
|
# ETCD backend for k8s data
|
||||||
kube_apiserver_storage_backend: etcd3
|
kube_apiserver_storage_backend: etcd3
|
||||||
|
|
||||||
# By default, force back to etcd2. Set to true to force etcd3 (experimental!)
|
|
||||||
force_etcd3: false
|
|
||||||
|
|
||||||
kube_etcd_cacert_file: ca.pem
|
kube_etcd_cacert_file: ca.pem
|
||||||
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
||||||
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|
||||||
|
@ -166,9 +163,6 @@ kube_encryption_algorithm: "aescbc"
|
||||||
# Which kubernetes resources to encrypt
|
# Which kubernetes resources to encrypt
|
||||||
kube_encryption_resources: [secrets]
|
kube_encryption_resources: [secrets]
|
||||||
|
|
||||||
# You may want to use ca.pem depending on your situation
|
|
||||||
kube_front_proxy_ca: "front-proxy-ca.pem"
|
|
||||||
|
|
||||||
# If non-empty, will use this string as identification instead of the actual hostname
|
# If non-empty, will use this string as identification instead of the actual hostname
|
||||||
kube_override_hostname: >-
|
kube_override_hostname: >-
|
||||||
{%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
|
{%- if cloud_provider is defined and cloud_provider in [ 'aws' ] -%}
|
||||||
|
|
Loading…
Reference in a new issue