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/07 02:25:14 UTC

[GitHub] [openwhisk-deploy-kube] rabbah commented on a change in pull request #600: docs fix: Helm v3 doesn't automatically create the target namespace

rabbah commented on a change in pull request #600:
URL: https://github.com/apache/openwhisk-deploy-kube/pull/600#discussion_r421201491



##########
File path: README.md
##########
@@ -230,7 +230,12 @@ For simplicity, in this README, we have used `owdev` as the release name and
 You can use a different name and/or namespace simply by changing the commands
 used below.
 
-Deployment can be done by using the following single command:
+First, create the target namespace for your OpenWhisk deployment:
+```shell
+kubectl create namespace openwhisk
+```
+
+Next, deploy openwhisk to that namespace:

Review comment:
       ```suggestion
   Next, deploy OpenWhisk to that 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