This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit removes rkt and uses docker to start services. etcd(for controllers only): - Move the env var to a separate env var file. - Add etcd service file. - Change the name of service from etcd-member to etcd. Bootkube(for controllers only): Use `docker run` instead of rkt. Kubelet(for controllers and workers): Remove some of the folder creation in `ExecStartPre`, these are automatically created by docker, when mounted using `-v` flag. Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
- Loading branch information
Showing
2 changed files
with
98 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters