Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onorua committed Mar 25, 2016
1 parent 48ba29f commit 0bfc496
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions cluster/aws/coreos/node.yaml
Expand Up @@ -76,6 +76,7 @@ coreos:
--container-runtime=${KUBERNETES_CONTAINER_RUNTIME}
Restart=always
RestartSec=10
KillMode=process
- name: kube-proxy.service
command: start
Expand Down
1 change: 1 addition & 0 deletions cluster/centos/node/scripts/kubelet.sh
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cluster/gce/coreos/master.yaml
Expand Up @@ -135,6 +135,7 @@ coreos:
--reconcile-cidr=false
Restart=always
RestartSec=10
KillMode=process
- name: docker.service
drop-ins:
Expand Down
1 change: 1 addition & 0 deletions cluster/gce/coreos/node.yaml
Expand Up @@ -112,6 +112,7 @@ coreos:
--configure-cbr0=${KUBERNETES_CONFIGURE_CBR0}
Restart=always
RestartSec=10
KillMode=process
- name: kube-proxy.service
command: start
Expand Down
1 change: 1 addition & 0 deletions cluster/rackspace/cloud-config/node-cloud-config.yaml
Expand Up @@ -159,6 +159,7 @@ coreos:
--v=2
Restart=always
RestartSec=5
KillMode=process
- name: kube-proxy.service
command: start
content: |
Expand Down
3 changes: 2 additions & 1 deletion cluster/saltbase/salt/kubelet/kubelet.service
Expand Up @@ -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
WantedBy=multi-user.target

0 comments on commit 0bfc496

Please sign in to comment.