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
10e7902a
Commit
10e7902a
authored
Feb 06, 2017
by
Vishnu kannan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make fluentd a critical pod
Signed-off-by:
Vishnu kannan
<
vishnuk@google.com
>
parent
a461eab3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+5
-0
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+5
-0
fluentd-gcp.yaml
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
+5
-0
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
10e7902a
...
@@ -14,6 +14,11 @@ spec:
...
@@ -14,6 +14,11 @@ 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
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
spec
:
containers
:
containers
:
-
name
:
fluentd-es
-
name
:
fluentd-es
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
10e7902a
...
@@ -15,6 +15,11 @@ spec:
...
@@ -15,6 +15,11 @@ spec:
k8s-app
:
fluentd-gcp
k8s-app
:
fluentd-gcp
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
version
:
v1.35
version
:
v1.35
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
spec
:
containers
:
containers
:
-
name
:
fluentd-gcp
-
name
:
fluentd-gcp
...
...
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
View file @
10e7902a
...
@@ -6,6 +6,11 @@ metadata:
...
@@ -6,6 +6,11 @@ metadata:
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
k8s-app
:
fluentd-logging
k8s-app
:
fluentd-logging
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
annotations
:
scheduler.alpha.kubernetes.io/critical-pod
:
'
'
spec
:
spec
:
dnsPolicy
:
Default
dnsPolicy
:
Default
containers
:
containers
:
...
...
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