mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Make calico-kube-controllers log level configurable (#11335)
This commit is contained in:
@@ -5,6 +5,7 @@ calico_policy_controller_memory_limit: 256M
|
|||||||
calico_policy_controller_cpu_requests: 30m
|
calico_policy_controller_cpu_requests: 30m
|
||||||
calico_policy_controller_memory_requests: 64M
|
calico_policy_controller_memory_requests: 64M
|
||||||
calico_policy_controller_deployment_nodeselector: "kubernetes.io/os: linux"
|
calico_policy_controller_deployment_nodeselector: "kubernetes.io/os: linux"
|
||||||
|
calico_policy_controller_log_level: info
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
calico_cert_dir: "/etc/calico/certs"
|
calico_cert_dir: "/etc/calico/certs"
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ spec:
|
|||||||
- -r
|
- -r
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
env:
|
env:
|
||||||
|
- name: LOG_LEVEL
|
||||||
|
value: {{ calico_policy_controller_log_level }}
|
||||||
{% if calico_datastore == "kdd" %}
|
{% if calico_datastore == "kdd" %}
|
||||||
- name: ENABLED_CONTROLLERS
|
- name: ENABLED_CONTROLLERS
|
||||||
value: node
|
value: node
|
||||||
|
|||||||
Reference in New Issue
Block a user