This is an automated email from the ASF dual-hosted git repository.

daisyguo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 9811fc7  replace <release_name> with owdev in minikube commands (#222)
9811fc7 is described below

commit 9811fc72d2274cfae4486c23b5f9547fd8d4c2a5
Author: David Grove <[email protected]>
AuthorDate: Thu Jun 14 05:01:42 2018 -0400

    replace <release_name> with owdev in minikube commands (#222)
---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d58703c..19058bf 100644
--- a/README.md
+++ b/README.md
@@ -142,10 +142,13 @@ discussion of the primary options.
 
 Deployment can be done by using the following single command:
 ```shell
-helm install . --namespace=openwhisk -f mycluster.yaml
+helm install . --namespace=openwhisk --name=owdev -f mycluster.yaml
 ```
+For simplicity, in this README, we have used `owdev` as the release name.
+You can use a different name, or not specify a name at all and let
+Helm auto-generate one for you.
 
-You can use the command `helm status <release_name>` to get a summary
+You can use the command `helm status owdev` to get a summary
 of the various Kubernetes artifacts that make up your OpenWhisk
 deployment. Once all the pods shown by the status command are in
 either the `Running` or `Completed` state, your OpenWhisk deployment
@@ -181,13 +184,13 @@ If your deployment is not working, check our
 
 Use the following command to remove all the deployed OpenWhisk components:
 ```shell
-helm delete <release_name>
+helm delete owdev
 ```
 Helm does keep a history of previous deployments.  If you want to
 completely remove the deployment from helm, for example so you can
-reuse <release_name> to deploy OpenWhisk again, use the command:
+reuse owdev to deploy OpenWhisk again, use the command:
 ```shell
-helm delete <release_name> --purge
+helm delete owdev --purge
 ```
 
 # Issues

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to