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/24 09:42:17 UTC

[GitHub] daisy-ycguo closed pull request #232: Tweaks to README based on user-feedback

daisy-ycguo closed pull request #232: Tweaks to README based on user-feedback
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/232
 
 
   

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/.gitignore b/.gitignore
index 8daa723..26940cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 kubernetes/nginx/certs
 helm/mycluster.yaml
+mycluster.yaml
 *~
diff --git a/README.md b/README.md
index 19058bf..b93308b 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,15 @@ consists of the `helm` command line tool that you install on your
 development machine and the `tiller` runtime that you install on your
 Kubernetes cluster.
 
-For details on installing Helm, see these [instructions](docs/helm.md).
+For detailed instructions on installing Helm, see these [instructions](docs/helm.md).
+
+In short if you already have the `helm` cli installed on your development machine,
+you will need to execute these two commands and wait a few seconds for the
+`tiller-deploy` pod to be in the `Running` state.
+```shell
+helm init
+kubectl create clusterrolebinding tiller-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
+```
 
 # Deploying OpenWhisk
 
@@ -142,7 +150,7 @@ discussion of the primary options.
 
 Deployment can be done by using the following single command:
 ```shell
-helm install . --namespace=openwhisk --name=owdev -f mycluster.yaml
+helm install ./helm --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


 

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