Skip to content

Commit

Permalink
baremetal: Add missing network-online dependency to kubelet unit
Browse files Browse the repository at this point in the history
This was added in openshift#1206 to the base unit, but not the baremetal
copy of this file
  • Loading branch information
Steven Hardy committed Mar 9, 2020
1 parent 2f1bd6d commit 2d7ce47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ enabled: true
contents: |
[Unit]
Description=Kubernetes Kubelet
Wants=rpc-statd.service crio.service
After=crio.service
Wants=rpc-statd.service network-online.target crio.service
After=network-online.target crio.service
[Service]
Type=notify
Expand Down

0 comments on commit 2d7ce47

Please sign in to comment.