Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
cbba60cc
Commit
cbba60cc
authored
Feb 15, 2017
by
Mik Vyatskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add toleration to fluentd daemonset to make it run on master
parent
5802799e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+4
-3
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+1
-0
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
cbba60cc
...
@@ -14,11 +14,12 @@ spec:
...
@@ -14,11 +14,12 @@ spec:
k8s-app
:
fluentd-es
k8s-app
:
fluentd-es
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
version
:
v1.22
version
:
v1.22
# This annotation ensures that fluentd does not get evicted if the node
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
# Note that this does not guarantee admission on the nodes (#40573).
annotations
:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
scheduler.alpha.kubernetes.io/tolerations
:
'
[{"key":
"node.alpha.kubernetes.io/ismaster",
"effect":
"NoSchedule"}]'
spec
:
spec
:
containers
:
containers
:
-
name
:
fluentd-es
-
name
:
fluentd-es
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
cbba60cc
...
@@ -20,6 +20,7 @@ spec:
...
@@ -20,6 +20,7 @@ spec:
# Note that this does not guarantee admission on the nodes (#40573).
# Note that this does not guarantee admission on the nodes (#40573).
annotations
:
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
scheduler.alpha.kubernetes.io/tolerations
:
'
[{"key":
"node.alpha.kubernetes.io/ismaster",
"effect":
"NoSchedule"}]'
spec
:
spec
:
containers
:
containers
:
-
name
:
fluentd-gcp
-
name
:
fluentd-gcp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment