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/05/22 14:00:25 UTC

[GitHub] [openwhisk-deploy-kube] wkk edited a comment on pull request #600: docs fix: Helm v3 doesn't automatically create the target namespace

wkk edited a comment on pull request #600:
URL: https://github.com/apache/openwhisk-deploy-kube/pull/600#issuecomment-632702651


   There is a new option in helm v3.2.0: `--create-namespace` which allow helm 3 to create the namespace if it doesn't exist (like the default behavior in helm 2)
   
   The PR that added this option:
   https://github.com/helm/helm/pull/7648
   
   Using this option we can still deploy using a single command:
   
   ```shell
   helm install owdev ./helm/openwhisk -f mycluster.yaml -n openwhisk --create-namespace
   ```
   


----------------------------------------------------------------
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