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
efce770f
Commit
efce770f
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: clean daemon_args on RedHat, not systemd
I don't think it actually makes a difference based on how we're using it, but this is now more of a precise change.
parent
aff1ffc3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kube-apiserver.manifest
cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest
+1
-1
default
cluster/saltbase/salt/kube-proxy/default
+1
-1
default
cluster/saltbase/salt/kubelet/default
+1
-1
No files found.
cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest
View file @
efce770f
{% set daemon_args = "$DAEMON_ARGS" -%}
{% if
pillar.get('is_systemd')
-%}
{% if
grains['os_family'] == 'RedHat'
-%}
{% set daemon_args = "" -%}
{% endif -%}
...
...
cluster/saltbase/salt/kube-proxy/default
View file @
efce770f
{% set daemon_args = "$DAEMON_ARGS" -%}
{% if
pillar.get('is_systemd')
-%}
{% if
grains['os_family'] == 'RedHat'
-%}
{% set daemon_args = "" -%}
{% endif -%}
{# TODO(azure-maintainer): add support for distributing kubeconfig with token to kube-proxy #}
...
...
cluster/saltbase/salt/kubelet/default
View file @
efce770f
{% set daemon_args = "$DAEMON_ARGS" -%}
{% if
pillar.get('is_systemd')
-%}
{% if
grains['os_family'] == 'RedHat'
-%}
{% set daemon_args = "" -%}
{% 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