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
d306738b
Commit
d306738b
authored
Jul 03, 2015
by
Justin Santa Barbara
Committed by
Tim Hockin
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Salt: re-remove comment block
It had been removed in upstream, but had been kept by mistake here.
parent
cee489d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
init.sls
cluster/saltbase/salt/kube-master-addons/init.sls
+0
-13
No files found.
cluster/saltbase/salt/kube-master-addons/init.sls
View file @
d306738b
...
@@ -41,19 +41,6 @@ master-docker-image-tags:
...
@@ -41,19 +41,6 @@ master-docker-image-tags:
- group: root
- group: root
- mode: 755
- mode: 755
# Current containervm image by default has both docker and kubelet
# running. But during cluster creation stage, docker and kubelet
# could be overwritten completely, or restarted due to flag changes.
# The ordering of salt states for service docker, kubelet and
# master-addon below is very important to avoid the race between
# salt restart docker or kubelet and kubelet start master components.
# Without the ordering of salt states, when gce instance boot up,
# configure-vm.sh will run and download the release. At the end of
# boot, run-salt will run kube-master-addons service which installs
# master component manifest files to kubelet config directory before
# the installation of proper version kubelet. Please see
# https://github.com/GoogleCloudPlatform/kubernetes/issues/10122#issuecomment-114566063
# for detail explanation on this very issue.
kube-master-addons:
kube-master-addons:
service.running:
service.running:
- enable: True
- enable: True
...
...
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