Florian Ruynat
4 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/master/templates/kubeadm-config.v1beta2.yaml.j2
|
|
@ -158,7 +158,7 @@ apiServer: |
|
|
|
encryption-provider-config: {{ kube_cert_dir }}/secrets_encryption.yaml |
|
|
|
{% endif %} |
|
|
|
storage-backend: {{ kube_apiserver_storage_backend }} |
|
|
|
{% if kube_api_runtime_config is defined %} |
|
|
|
{% if kube_api_runtime_config|length > 0 %} |
|
|
|
runtime-config: {{ kube_api_runtime_config | join(',') }} |
|
|
|
{% endif %} |
|
|
|
allow-privileged: "true" |
|
|
|