mlangbehn commented on a change in pull request #13: Add script and instructions for using Minikube URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/13#discussion_r121488342
########## File path: minikube/README.md ########## @@ -0,0 +1,41 @@ +# Deploying OpenWhisk to Minikube + +*Note:* this is currently experimental, and the integration tests +don't yet run against Minikube on CI. Minikube currently uses an old +version of Docker (v1.11.x), so may not be fully compatible with +OpenWhisk (see [Requirements](../README.md#requirements) for more +info). These steps have only been manually tested with Minikube +v0.19.1. + + +# Installation + +1. Download set up [Minikube](https://github.com/kubernetes/minikube) +2. Start minikube with `minikube start` +3. run `./deploy_minikube.sh`. This will configure Minikube for + OpenWhisk, run the standard Kubernetes OpenWhisk deployment, then + reconfigure the Invoker so it can properly talk to the Docker + daemon used by Minikybe Review comment: This line should be: ```markdown daemon used by Minikube ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
