Skip to content

Commit

Permalink
[docs]add parameter for helm init cluster (apache#9070)
Browse files Browse the repository at this point in the history
* [docs]add parameter for helm init cluster

* [docs]refer

* [docs]fix

* [docs]fix
  • Loading branch information
yufan022 authored Dec 30, 2020
1 parent 827dfa5 commit 459ba1f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site2/docs/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i

3. Use the Pulsar Helm chart to install a Pulsar cluster to Kubernetes.

> **NOTE**
> You need to specify `--set initialize=true` when installing Pulsar the first time. This command installs and starts Apache Pulsar.

```bash
helm install \
--values examples/values-minikube.yaml \
--set initialize=true \
--namespace pulsar \
pulsar-mini apache/pulsar
```

Expand Down

0 comments on commit 459ba1f

Please sign in to comment.