Commit 54d3ac92 authored by Justin Santa Barbara's avatar Justin Santa Barbara

Don't make kubelet systemd service depend on Docker

Fixes #10379
parent 712f3033
[Unit] [Unit]
Description=Kubernetes Kubelet Server Description=Kubernetes Kubelet Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=docker.service
Requires=docker.service
[Service] [Service]
EnvironmentFile=/etc/sysconfig/kubelet EnvironmentFile=/etc/sysconfig/kubelet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment