update helm chart urls
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user