Skip to content

Commit

Permalink
Only restart on failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Cunningham authored and micahhausler committed Dec 26, 2018
1 parent e13d401 commit b46b99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ExecStart=/usr/bin/kubelet --cloud-provider aws \
--container-runtime docker \
--network-plugin cni $KUBELET_ARGS $KUBELET_EXTRA_ARGS

Restart=Always
Restart=on-failure
RestartForceExitStatus=SIGPIPE
RestartSec=5
KillMode=process
Expand Down

0 comments on commit b46b99a

Please sign in to comment.