fluentd daemonset: do not set arbitrary nodeSelector.
This commit is contained in:
@ -54,8 +54,6 @@ spec:
|
||||
readOnly: true
|
||||
- name: config-volume
|
||||
mountPath: "{{ fluentd_config_dir }}"
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/fluentd-ds-ready: "true"
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: varlog
|
||||
@ -66,4 +64,4 @@ spec:
|
||||
path: {{ docker_daemon_graph }}/containers
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: fluentd-config
|
||||
name: fluentd-config
|
||||
|
Reference in New Issue
Block a user