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

add kube 1.10.1 and minikube 0.26 to test matrix #185

Closed

Conversation

csantanapr
Copy link
Member

No description provided.

@csantanapr
Copy link
Member Author

@dgrove-oss it looks minikube not coming up in Travis.

I tested locally on OSX and it worked fine for me.

```

## Create the minikube VM
You will want at least 4GB of memory and 2 CPUs for Minikube to run OpenWhisk.
If you have a larger machine, you may want to provision more (especially more memory).

Start Minikube with:
Configure minikube and persiste config:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: persist

@dgrove-oss
Copy link
Member

I kicked it to try again. Same problem. minikube 0.26.0 isn't coming up successfully on the travisCI machine. Probably the next thing to do is to try running it outside of travis on a linux box with the none driver and see what happens.

@dgrove-oss
Copy link
Member

running setup.sh on an ubuntu 16.04 machine with minikube 0.26.0 / kube 1.10.1 worked for me as well. Grrrr...hard to fix what you can't reproduce.

@csantanapr
Copy link
Member Author

What’s is the vm driver for?

@dgrove-oss
Copy link
Member

vm-driver=none tells minikube to use the host's docker instead of adding a layer of virtualization. it's the recommended way to run minikube on travisci to avoid docker-in-docker.

@csantanapr
Copy link
Member Author

Maybe we can open an issue on the minikube issue they might be able to help.

@dgrove-oss
Copy link
Member

Already an issue...got to love open source :) kubernetes/minikube#2704

there's a suggested workaround, add --bootstrapper=localkube to the minikube start command. Do you want to try it (change to about line 26 of tools/travis/setup.sh).

@csantanapr
Copy link
Member Author

@dgrove-oss you submitted a commit to my branch 💯 😹

@csantanapr
Copy link
Member Author

@dgrove-oss Do you know what minikube update-context do?
I saw a travis script using this https://github.com/ocadotechnology/aimmo/blob/master/.travis.yml#L26

@csantanapr
Copy link
Member Author

@dgrove-oss let's try with ubuntu 16

@csantanapr
Copy link
Member Author

ubuntu16 not available on traivs

@csantanapr csantanapr closed this May 16, 2018
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