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 fb6d499 Tweaks to README based on user-feedback (#232) fb6d499 is described below commit fb6d49916e12107f011a532962fad81fd5a3c156 Author: David Grove <dgrove-...@users.noreply.github.com> AuthorDate: Sun Jun 24 05:42:15 2018 -0400 Tweaks to README based on user-feedback (#232) Some improvements to helm instructions based on user comments from issue #229. --- .gitignore | 1 + README.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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