mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Merge pull request #19870 from justinsb/salt_systemd_force
Auto commit by PR queue bot
This commit is contained in:
@@ -212,3 +212,7 @@ kube-addons:
|
||||
{% else %}
|
||||
- file: /etc/init.d/kube-addons
|
||||
{% endif %}
|
||||
{% if pillar.get('is_systemd') %}
|
||||
- provider:
|
||||
- service: systemd
|
||||
{%- endif %}
|
||||
|
@@ -79,3 +79,7 @@ kubelet:
|
||||
{% endif %}
|
||||
- file: {{ environment_file }}
|
||||
- file: /var/lib/kubelet/kubeconfig
|
||||
{% if pillar.get('is_systemd') %}
|
||||
- provider:
|
||||
- service: systemd
|
||||
{%- endif %}
|
||||
|
Reference in New Issue
Block a user