mirror of https://github.com/k3s-io/k3s
removed elasticsearch and fluentd-gcp pods from master
parent
ee34d4942b
commit
8cf11fd608
|
@ -58,14 +58,6 @@ base:
|
|||
- kubelet
|
||||
{% endif %}
|
||||
|
||||
{% if pillar.get('enable_node_logging', '').lower() == 'true' and pillar['logging_destination'] is defined %}
|
||||
{% if pillar['logging_destination'] == 'elasticsearch' %}
|
||||
- fluentd-es
|
||||
{% elif pillar['logging_destination'] == 'gcp' %}
|
||||
- fluentd-gcp
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
'roles:kubernetes-pool-vsphere':
|
||||
- match: grain
|
||||
- static-routes
|
||||
|
|
Loading…
Reference in New Issue