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
0bfc4964
Commit
0bfc4964
authored
Mar 25, 2016
by
Yaroslav Molocko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for
https://github.com/kubernetes/kubernetes/issues/13511
parent
48ba29f6
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 @
0bfc4964
...
@@ -76,6 +76,7 @@ coreos:
...
@@ -76,6 +76,7 @@ coreos:
--container-runtime=${KUBERNETES_CONTAINER_RUNTIME}
--container-runtime=${KUBERNETES_CONTAINER_RUNTIME}
Restart=always
Restart=always
RestartSec=10
RestartSec=10
KillMode=process
-
name
:
kube-proxy.service
-
name
:
kube-proxy.service
command
:
start
command
:
start
...
...
cluster/centos/node/scripts/kubelet.sh
View file @
0bfc4964
...
@@ -65,6 +65,7 @@ Requires=docker.service
...
@@ -65,6 +65,7 @@ Requires=docker.service
EnvironmentFile=-/opt/kubernetes/cfg/kubelet
EnvironmentFile=-/opt/kubernetes/cfg/kubelet
ExecStart=/opt/kubernetes/bin/kubelet
${
KUBE_PROXY_OPTS
}
ExecStart=/opt/kubernetes/bin/kubelet
${
KUBE_PROXY_OPTS
}
Restart=on-failure
Restart=on-failure
KillMode=process
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
...
...
cluster/gce/coreos/master.yaml
View file @
0bfc4964
...
@@ -135,6 +135,7 @@ coreos:
...
@@ -135,6 +135,7 @@ coreos:
--reconcile-cidr=false
--reconcile-cidr=false
Restart=always
Restart=always
RestartSec=10
RestartSec=10
KillMode=process
-
name
:
docker.service
-
name
:
docker.service
drop-ins
:
drop-ins
:
...
...
cluster/gce/coreos/node.yaml
View file @
0bfc4964
...
@@ -112,6 +112,7 @@ coreos:
...
@@ -112,6 +112,7 @@ coreos:
--configure-cbr0=${KUBERNETES_CONFIGURE_CBR0}
--configure-cbr0=${KUBERNETES_CONFIGURE_CBR0}
Restart=always
Restart=always
RestartSec=10
RestartSec=10
KillMode=process
-
name
:
kube-proxy.service
-
name
:
kube-proxy.service
command
:
start
command
:
start
...
...
cluster/rackspace/cloud-config/node-cloud-config.yaml
View file @
0bfc4964
...
@@ -159,6 +159,7 @@ coreos:
...
@@ -159,6 +159,7 @@ coreos:
--v=2
--v=2
Restart=always
Restart=always
RestartSec=5
RestartSec=5
KillMode=process
-
name
:
kube-proxy.service
-
name
:
kube-proxy.service
command
:
start
command
:
start
content
:
|
content
:
|
...
...
cluster/saltbase/salt/kubelet/kubelet.service
View file @
0bfc4964
...
@@ -6,6 +6,7 @@ Documentation=https://github.com/kubernetes/kubernetes
...
@@ -6,6 +6,7 @@ Documentation=https://github.com/kubernetes/kubernetes
EnvironmentFile=/etc/sysconfig/kubelet
EnvironmentFile=/etc/sysconfig/kubelet
ExecStart=/usr/local/bin/kubelet "$DAEMON_ARGS"
ExecStart=/usr/local/bin/kubelet "$DAEMON_ARGS"
Restart=always
Restart=always
KillMode=process
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
\ No newline at end of file
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