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
6dd6812f
Commit
6dd6812f
authored
Aug 03, 2015
by
Marek Grabowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12129 from eddiesimeon/patch-2
For the ubuntu cluster, master and minion services should respawn.
parents
ac12eaf4
e67f8ae0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
11 deletions
+9
-11
flanneld.conf
cluster/ubuntu/master/init_conf/flanneld.conf
+2
-3
kube-apiserver.conf
cluster/ubuntu/master/init_conf/kube-apiserver.conf
+1
-1
kube-controller-manager.conf
cluster/ubuntu/master/init_conf/kube-controller-manager.conf
+1
-1
kube-scheduler.conf
cluster/ubuntu/master/init_conf/kube-scheduler.conf
+1
-1
flanneld.conf
cluster/ubuntu/minion/init_conf/flanneld.conf
+2
-3
kube-proxy.conf
cluster/ubuntu/minion/init_conf/kube-proxy.conf
+1
-1
kubelet.conf
cluster/ubuntu/minion/init_conf/kubelet.conf
+1
-1
No files found.
cluster/ubuntu/master/init_conf/flanneld.conf
View file @
6dd6812f
description
"Flannel service"
description
"Flannel service"
author
"@chenxingyu"
author
"@chenxingyu"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
@@ -26,4 +26,4 @@ script
...
@@ -26,4 +26,4 @@ script
. /
etc
/
default
/$
UPSTART_JOB
. /
etc
/
default
/$
UPSTART_JOB
fi
fi
exec
"$FLANNEL"
$
FLANNEL_OPTS
exec
"$FLANNEL"
$
FLANNEL_OPTS
end
script
end
script
\ No newline at end of file
cluster/ubuntu/master/init_conf/kube-apiserver.conf
View file @
6dd6812f
description
"Kube-Apiserver service"
description
"Kube-Apiserver service"
author
"@jainvipin"
author
"@jainvipin"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
...
cluster/ubuntu/master/init_conf/kube-controller-manager.conf
View file @
6dd6812f
description
"Kube-Controller-Manager service"
description
"Kube-Controller-Manager service"
author
"@jainvipin"
author
"@jainvipin"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
...
cluster/ubuntu/master/init_conf/kube-scheduler.conf
View file @
6dd6812f
description
"Kube-Scheduler service"
description
"Kube-Scheduler service"
author
"@jainvipin"
author
"@jainvipin"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
...
cluster/ubuntu/minion/init_conf/flanneld.conf
View file @
6dd6812f
description
"Flannel service"
description
"Flannel service"
author
"@chenxingyu"
author
"@chenxingyu"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
@@ -26,4 +26,4 @@ script
...
@@ -26,4 +26,4 @@ script
. /
etc
/
default
/$
UPSTART_JOB
. /
etc
/
default
/$
UPSTART_JOB
fi
fi
exec
"$FLANNEL"
$
FLANNEL_OPTS
exec
"$FLANNEL"
$
FLANNEL_OPTS
end
script
end
script
\ No newline at end of file
cluster/ubuntu/minion/init_conf/kube-proxy.conf
View file @
6dd6812f
description
"Kube-Proxy service"
description
"Kube-Proxy service"
author
"@jainvipin"
author
"@jainvipin"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
...
cluster/ubuntu/minion/init_conf/kubelet.conf
View file @
6dd6812f
description
"Kubelet service"
description
"Kubelet service"
author
"@jainvipin"
author
"@jainvipin"
#
respawn
respawn
# start in conjunction with etcd
# start in conjunction with etcd
start
on
started
etcd
start
on
started
etcd
...
...
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