-
Notifications
You must be signed in to change notification settings - Fork 232
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
add kube 1.10.1 and minikube 0.26 to test matrix #185
Conversation
@dgrove-oss it looks minikube not coming up in Travis. I tested locally on OSX and it worked fine for me. |
docs/setting_up_minikube/README.md
Outdated
``` | ||
|
||
## 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: persist
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. |
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. |
What’s is the vm driver for? |
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. |
Maybe we can open an issue on the minikube issue they might be able to help. |
Already an issue...got to love open source :) kubernetes/minikube#2704 there's a suggested workaround, add |
@dgrove-oss you submitted a commit to my branch 💯 😹 |
@dgrove-oss Do you know what |
@dgrove-oss let's try with ubuntu 16 |
ubuntu16 not available on traivs |
No description provided.