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 2018/06/14 09:01:44 UTC

[GitHub] daisy-ycguo closed pull request #222: replace with owdev in minikube commands

daisy-ycguo closed pull request #222: replace <release_name> with owdev in minikube commands
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/222
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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


 

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