update helm chart urls

This commit is contained in:
Soam Vasani
2017-09-08 23:28:39 -07:00
parent 04eef11fce
commit 12d3ad44ce
3 changed files with 14 additions and 9 deletions
+12 -9
View File
@@ -39,7 +39,7 @@ $ kubectl version
We need at least Kubernetes 1.6 (older versions may work, but we don't We need at least Kubernetes 1.6 (older versions may work, but we don't
test them). test them).
#### Set up helm #### Helm
Helm is an installer for Kubernetes. If you already use helm, [skip to Helm is an installer for Kubernetes. If you already use helm, [skip to
the next section](#install-fission). the next section](#install-fission).
@@ -84,25 +84,28 @@ role-based access control.)
#### Minikube #### Minikube
``` ```
$ helm repo add fission-charts https://fission-charts.github.io $ helm install --namespace fission --set serviceType=NodePort https://github.com/fission/fission/releases/download/v0.2.1-rc/fission-all-0.2.1-rc.tgz
$ helm install --namespace fission fission-all --set serviceType=NodePort
``` ```
The serviceType variable allows configuring the type of Kubernetes
service outside the cluster. You can use `ClusterIP` if you don't
want to expose anything outside the cluster.
#### Cloud hosted clusters (GKE, AWS, Azure etc.) #### Cloud hosted clusters (GKE, AWS, Azure etc.)
``` ```
$ helm repo add fission-charts https://fission-charts.github.io $ helm install --namespace fission https://github.com/fission/fission/releases/download/v0.2.1-rc/fission-all-0.2.1-rc.tgz
$ helm install --namespace fission fission-all
``` ```
#### Minimal version #### Minimal version
The fission-all helm chart installs a full set of services including The fission-all helm chart installs a full set of services including
the NATS message queue, influxDB for logs, etc. If you want a more the NATS message queue, influxDB for logs, etc. If you want a more
minimal setup, you can install the fission-core chart instead. minimal setup, you can install the fission-core chart instead:
```
$ helm install --namespace fission https://github.com/fission/fission/releases/download/v0.2.1-rc/fission-core-0.2.1-rc.tgz
```
### Install the Fission CLI ### Install the Fission CLI
+1
View File
@@ -12,3 +12,4 @@ maintainers:
- name: Ta Ching Chen - name: Ta Ching Chen
email: contact@tachingchen.com email: contact@tachingchen.com
engine: gotpl engine: gotpl
appVersion: 0.2.1-rc
+1
View File
@@ -12,3 +12,4 @@ maintainers:
- name: Ta Ching Chen - name: Ta Ching Chen
email: contact@tachingchen.com email: contact@tachingchen.com
engine: gotpl engine: gotpl
appVersion: 0.2.1-rc