Commit 87e0d5da authored by Dawn Chen's avatar Dawn Chen

Merge pull request #7186 from ArtfulCoder/no_log_pod_on_master

removed elasticsearch and fluentd-gcp pods from master
parents 2b241e7e 8cf11fd6
......@@ -60,14 +60,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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment