Skip to content

Commit

Permalink
bootkube.service: Remove docker requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Milner <smilner@redhat.com>
  • Loading branch information
ashcrow committed Sep 11, 2018
1 parent 3673486 commit f26647e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/bootkube/resources/bootkube.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Description=Bootstrap a Kubernetes cluster
ConditionPathExists=!/opt/tectonic/init_bootkube.done
Wants=kubelet.service
Requires=docker.service
After=kubelet.service docker.service
After=kubelet.service

[Service]
Type=oneshot
Expand Down

0 comments on commit f26647e

Please sign in to comment.