Skip to content
Snippets Groups Projects
Unverified Commit 473a8bef authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Remove hard-coded dependance to docker.service in kubelet.service file (#5917)

parent 0d675cdd
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Kubernetes Kubelet Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=docker.service
After={{ container_manager }}.service
{% if container_manager == 'docker' %}
Wants=docker.socket
{% else %}
Wants={{ container_manager }}.service
{% endif %}
[Service]
User=root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment