Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change bootstrapper for minikube-0.26 #299

Merged

Conversation

gkganesh126
Copy link
Contributor

  1. Why is this change necessary ?
    fixes: Update vagrant launch steps to access UI 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

Special notes for your reviewer:
Ref: kubernetes/minikube#2704

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>
@codecov
Copy link

codecov bot commented Apr 12, 2018

Codecov Report

Merging #299 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #299   +/-   ##
=======================================
  Coverage   28.48%   28.48%           
=======================================
  Files          59       59           
  Lines        4561     4561           
=======================================
  Hits         1299     1299           
  Misses       3113     3113           
  Partials      149      149

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4733f54...cf0a541. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants