summaryrefslogtreecommitdiff
path: root/systemd/kubernetes-worker.target
blob: 59ccefc36466f810316dcd06e0396eec651a685e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Kubernetes Worker Node
Documentation=https://kubernetes.io/docs/
Requires=network-online.target
After=network-online.target cluster-detect.service
Wants=containerd.service

# Worker components
Wants=kubelet.service

[Install]
WantedBy=multi-user.target