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