Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary tolerations from fluent-bit pods #146

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ data:
storage.sync normal
storage.checksum off
storage.backlog.mem_limit 5M

@INCLUDE application-log.conf
@INCLUDE dataplane-log.conf
@INCLUDE host-log.conf

application-log.conf: |
[INPUT]
Name tail
Expand Down Expand Up @@ -125,15 +125,15 @@ data:
Name modify
Match application.*
Rename Nested.docker_id Docker.container_id

[FILTER]
Name nest
Match application.*
Operation nest
Wildcard Nested.*
Nested_under kubernetes
Remove_prefix Nested.

[FILTER]
Name nest
Match application.*
Expand Down Expand Up @@ -183,7 +183,7 @@ data:
log_stream_name $(tag[2]).$(tag[3])-$(hostname)
auto_create_group true
extra_user_agent container-insight

host-log.conf: |
[INPUT]
Name tail
Expand Down Expand Up @@ -366,11 +366,3 @@ spec:
hostPath:
path: /var/log/dmesg
serviceAccountName: fluent-bit
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ data:
storage.sync normal
storage.checksum off
storage.backlog.mem_limit 5M

@INCLUDE application-log.conf
@INCLUDE dataplane-log.conf
@INCLUDE host-log.conf

application-log.conf: |
[INPUT]
Name tail
Expand Down Expand Up @@ -352,11 +352,3 @@ spec:
hostPath:
path: /var/log/dmesg
serviceAccountName: fluent-bit
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ data:
storage.sync normal
storage.checksum off
storage.backlog.mem_limit 5M

@INCLUDE application-log.conf
@INCLUDE dataplane-log.conf
@INCLUDE host-log.conf

application-log.conf: |
[INPUT]
Name tail
Expand Down Expand Up @@ -549,11 +549,3 @@ spec:
hostPath:
path: /var/log/dmesg
serviceAccountName: fluent-bit
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"