fluentd daemonset: do not set arbitrary nodeSelector.
This commit is contained in:
parent
73a2a18006
commit
a260412c7e
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue