Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #49 from oracle/jlamillan/enable_kubelet_service
Browse files Browse the repository at this point in the history
Ensure the kubelet service is enabled and start on reboot.
  • Loading branch information
jlamillan committed Nov 7, 2017
2 parents 4b2f8a0 + 7edfd1a commit f83cdeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instances/k8smaster/scripts/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ ExecStart=/usr/bin/kubelet \
--v=2
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
2 changes: 2 additions & 0 deletions instances/k8sworker/scripts/kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ ExecStart=/usr/bin/kubelet \
--v=2
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target

0 comments on commit f83cdeb

Please sign in to comment.