You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/12 17:04:47 UTC

[GitHub] tobias opened a new pull request #13: Add script and instructions for using Minikube

tobias opened a new pull request #13: Add script and instructions for using Minikube
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/13
 
 
   This adds adds experimental support for supporting Minikube. It includes a script that configures Minikube's `docker0` interface, starts the configure job, and uses kube's patch functionality to modify the environment for the invoker StatefulSet to downgrade the Docker client's API version to work with the older Docker daemon in Minikube.
   
   This also includes a pair of scripts in `ci/` (modeled after the existing scripts in `/.travis`) that can be used as the basis of a CI setup if CI is run on a platform that allows Minikube to create VMs. 
   
   Without #4, the `deploy_minikube.sh` script fails on the first run on a new Minikube install due to a timeout waiting for Kafka to start, but succeeds on a second run (after calling `/configure/cleanup.sh`). Once #4 is merged, this should work more reliably on a fresh install.
   
   Let me know if you need anything else here or have any questions.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services