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
b4d1c754
Commit
b4d1c754
authored
Feb 01, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19870 from justinsb/salt_systemd_force
Auto commit by PR queue bot
parents
2bea9e73
cdd4caf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
init.sls
cluster/saltbase/salt/kube-addons/init.sls
+4
-0
init.sls
cluster/saltbase/salt/kubelet/init.sls
+4
-0
No files found.
cluster/saltbase/salt/kube-addons/init.sls
View file @
b4d1c754
...
@@ -212,3 +212,7 @@ kube-addons:
...
@@ -212,3 +212,7 @@ kube-addons:
{% else %}
{% else %}
- file: /etc/init.d/kube-addons
- file: /etc/init.d/kube-addons
{% endif %}
{% endif %}
{% if pillar.get('is_systemd') %}
- provider:
- service: systemd
{%- endif %}
cluster/saltbase/salt/kubelet/init.sls
View file @
b4d1c754
...
@@ -79,3 +79,7 @@ kubelet:
...
@@ -79,3 +79,7 @@ kubelet:
{% endif %}
{% endif %}
- file: {{ environment_file }}
- file: {{ environment_file }}
- file: /var/lib/kubelet/kubeconfig
- file: /var/lib/kubelet/kubeconfig
{% if pillar.get('is_systemd') %}
- provider:
- service: systemd
{%- endif %}
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