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/10/26 19:18:15 UTC

[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on a change in pull request #650: Updated to include Windows tools

dgrove-oss commented on a change in pull request #650:
URL: https://github.com/apache/openwhisk-deploy-kube/pull/650#discussion_r512208776



##########
File path: docs/k8s-docker-for-windows.md
##########
@@ -77,6 +77,10 @@ nginx:
 
 ### Using helm to install OpenWhisk
 
+Installation expects `openwhisk` namespace to be created. To create, run

Review comment:
       What version of Helm3 does one get on Windows?  If it supports `--create-namespace` then this can be rolled into the helm install command:
   ```
   helm install owdev ./helm/openwhisk -n openwhisk -create-namespace -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