mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Merge pull request #2932 from wiremind/efk-fluentd-no-nodeselector
fluentd daemonset: do not set old nodeSelector.
This commit is contained in:
@@ -54,8 +54,6 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: "{{ fluentd_config_dir }}"
|
mountPath: "{{ fluentd_config_dir }}"
|
||||||
nodeSelector:
|
|
||||||
beta.kubernetes.io/fluentd-ds-ready: "true"
|
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
|
|||||||
Reference in New Issue
Block a user