mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
standard config opt names: node monitoring
This commit is contained in:
@@ -8,7 +8,9 @@ base:
|
||||
- docker
|
||||
- kubelet
|
||||
- kube-proxy
|
||||
{% if pillar['enable_node_monitoring'] is defined and pillar['enable_node_monitoring'] %}
|
||||
- cadvisor
|
||||
{% endif %}
|
||||
{% if pillar['use-fluentd-es'] is defined and pillar['use-fluentd-es'] %}
|
||||
- fluentd-es
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user