You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/26 16:48:30 UTC

[GitHub] [openwhisk-devtools] kamyker commented on issue #119: Doesn't seem to work correctly on Windows

kamyker commented on issue #119: Doesn't seem to work correctly on Windows
URL: https://github.com/apache/openwhisk-devtools/issues/119#issuecomment-604542103
 
 
   Got it working using kubernetes https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-docker-for-windows.md
   
   Had to also run:
   ```
   kubectl create namespace tiller-world
   ```
   before 
   ```
   helm install owdev ./helm/openwhisk -n openwhisk -f mycluster.yaml
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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