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
e17213a2
Commit
e17213a2
authored
Apr 08, 2016
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23491 from onorua/master
set KillMode for kubelet to process, fix for #13511
parents
3a1767fd
0bfc4964
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
2 deletions
+7
-2
node.yaml
cluster/aws/coreos/node.yaml
+1
-0
kubelet.sh
cluster/centos/node/scripts/kubelet.sh
+1
-0
master.yaml
cluster/gce/coreos/master.yaml
+1
-0
node.yaml
cluster/gce/coreos/node.yaml
+1
-0
node-cloud-config.yaml
cluster/rackspace/cloud-config/node-cloud-config.yaml
+1
-0
kubelet.service
cluster/saltbase/salt/kubelet/kubelet.service
+2
-2
No files found.
cluster/aws/coreos/node.yaml
View file @
e17213a2
...
...
@@ -76,6 +76,7 @@ coreos:
--container-runtime=${KUBERNETES_CONTAINER_RUNTIME}
Restart=always
RestartSec=10
KillMode=process
-
name
:
kube-proxy.service
command
:
start
...
...
cluster/centos/node/scripts/kubelet.sh
View file @
e17213a2
...
...
@@ -65,6 +65,7 @@ Requires=docker.service
EnvironmentFile=-/opt/kubernetes/cfg/kubelet
ExecStart=/opt/kubernetes/bin/kubelet
${
KUBE_PROXY_OPTS
}
Restart=on-failure
KillMode=process
[Install]
WantedBy=multi-user.target
...
...
cluster/gce/coreos/master.yaml
View file @
e17213a2
...
...
@@ -135,6 +135,7 @@ coreos:
--reconcile-cidr=false
Restart=always
RestartSec=10
KillMode=process
-
name
:
docker.service
drop-ins
:
...
...
cluster/gce/coreos/node.yaml
View file @
e17213a2
...
...
@@ -112,6 +112,7 @@ coreos:
--configure-cbr0=${KUBERNETES_CONFIGURE_CBR0}
Restart=always
RestartSec=10
KillMode=process
-
name
:
kube-proxy.service
command
:
start
...
...
cluster/rackspace/cloud-config/node-cloud-config.yaml
View file @
e17213a2
...
...
@@ -159,6 +159,7 @@ coreos:
--v=2
Restart=always
RestartSec=5
KillMode=process
-
name
:
kube-proxy.service
command
:
start
content
:
|
...
...
cluster/saltbase/salt/kubelet/kubelet.service
View file @
e17213a2
...
...
@@ -6,6 +6,7 @@ Documentation=https://github.com/kubernetes/kubernetes
EnvironmentFile=/etc/sysconfig/kubelet
ExecStart=/usr/local/bin/kubelet "$DAEMON_ARGS"
Restart=always
KillMode=process
[Install]
WantedBy=multi-user.target
\ No newline at end of file
WantedBy=multi-user.target
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