Sync manifests from non-kubeadm to kubeadm deploy

This commit is contained in:
Andreas Kruger
2018-09-19 10:01:45 +02:00
parent 3d27007750
commit 26d7380c2e
6 changed files with 29 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ spec:
- --use-legacy-policy-config
- --policy-config-file={{ kube_config_dir }}/kube-scheduler-policy.yaml
{% endif %}
- --profiling=false
- --profiling={{ kube_profiling }}
- --v={{ kube_log_level }}
{% if kube_feature_gates %}
- --feature-gates={{ kube_feature_gates|join(',') }}