Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change bootstrapper for minikube-0.26 (#299)
1. Why is this change necessary ? fixes: openebs/openebs#298 2. How does this change address the issue ? Trying to start kubelet inside travis in minikube-0.26 fails. minikube-0.26 makes use of kubeadm bootstrapper which tries to start systemctl-kubelet. Overriding with localkube bootstrapper(same as v0.25) solves the issue as of now. Also, the version of kubectl is changed to 1.8 to match vendor. 3. How to verify this change ? --bootstrapper=localkube flag is added while starting minikube. Signed-off-by: gkGaneshR <gkganesh126@gmail.com>
- Loading branch information