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
53bace16
Commit
53bace16
authored
May 02, 2019
by
Yuwen Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated gce node-termination-handler yaml.
parent
c3e8a434
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
daemonset.yaml
cluster/gce/addons/node-termination-handler/daemonset.yaml
+2
-2
No files found.
cluster/gce/addons/node-termination-handler/daemonset.yaml
View file @
53bace16
...
@@ -48,10 +48,10 @@ spec:
...
@@ -48,10 +48,10 @@ spec:
-
effect
:
NoExecute
-
effect
:
NoExecute
operator
:
Exists
operator
:
Exists
containers
:
containers
:
-
image
:
k8s.gcr.io/gke-node-termination-handler@sha256:
e08ca863a547754fa7b75064bdad04f04cbef86c7b0a181ecc7304e747623181
-
image
:
k8s.gcr.io/gke-node-termination-handler@sha256:
aca12d17b222dfed755e28a44d92721e477915fb73211d0a0f8925a1fa847cca
name
:
node-termination-handler
name
:
node-termination-handler
command
:
[
"
./node-termination-handler"
]
command
:
[
"
./node-termination-handler"
]
args
:
[
"
--logtostderr"
,
"
--exclude-pods=$(POD_NAME):$(POD_NAMESPACE)"
,
"
-v=10"
,
"
--kubeconfig=/var/lib/kubelet/kubeconfig"
,
"
--
annotation=cloud.google.com/impending-node-termination
"
]
args
:
[
"
--logtostderr"
,
"
--exclude-pods=$(POD_NAME):$(POD_NAMESPACE)"
,
"
-v=10"
,
"
--kubeconfig=/var/lib/kubelet/kubeconfig"
,
"
--
taint=cloud.google.com/impending-node-termination::NoSchedule
"
]
securityContext
:
securityContext
:
capabilities
:
capabilities
:
# Necessary to reboot node
# Necessary to reboot node
...
...
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