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
8928e70a
Unverified
Commit
8928e70a
authored
Oct 15, 2018
by
k8s-ci-robot
Committed by
GitHub
Oct 15, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #69737 from qingling128/master
Add tolerations for Stackdriver Logging and Metadata Agents.
parents
02cca1f1
85d8b506
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+5
-0
metadata-agent.yaml
...ter/addons/metadata-agent/stackdriver/metadata-agent.yaml
+5
-0
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
8928e70a
...
@@ -101,6 +101,11 @@ spec:
...
@@ -101,6 +101,11 @@ spec:
nodeSelector
:
nodeSelector
:
beta.kubernetes.io/fluentd-ds-ready
:
"
true"
beta.kubernetes.io/fluentd-ds-ready
:
"
true"
terminationGracePeriodSeconds
:
60
terminationGracePeriodSeconds
:
60
tolerations
:
-
operator
:
"
Exists"
effect
:
"
NoExecute"
-
operator
:
"
Exists"
effect
:
"
NoSchedule"
volumes
:
volumes
:
-
name
:
varlog
-
name
:
varlog
hostPath
:
hostPath
:
...
...
cluster/addons/metadata-agent/stackdriver/metadata-agent.yaml
View file @
8928e70a
...
@@ -58,6 +58,11 @@ spec:
...
@@ -58,6 +58,11 @@ spec:
restartPolicy
:
Always
restartPolicy
:
Always
schedulerName
:
default-scheduler
schedulerName
:
default-scheduler
terminationGracePeriodSeconds
:
30
terminationGracePeriodSeconds
:
30
tolerations
:
-
operator
:
"
Exists"
effect
:
"
NoExecute"
-
operator
:
"
Exists"
effect
:
"
NoSchedule"
updateStrategy
:
updateStrategy
:
rollingUpdate
:
rollingUpdate
:
maxUnavailable
:
1
maxUnavailable
:
1
...
...
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