This is an automated email from the ASF dual-hosted git repository. hjf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push: new 459ba1f [docs]add parameter for helm init cluster (#9070) 459ba1f is described below commit 459ba1ffd12d1aa20cbaea680cf396550314fd3c Author: wangyufan <wangyufan...@gmail.com> AuthorDate: Wed Dec 30 17:03:02 2020 +0800 [docs]add parameter for helm init cluster (#9070) * [docs]add parameter for helm init cluster * [docs]refer * [docs]fix * [docs]fix --- site2/docs/getting-started-helm.md | 5 +++++ site2/website/versioned_docs/version-2.6.1/getting-started-helm.md | 5 +++++ site2/website/versioned_docs/version-2.6.2/getting-started-helm.md | 5 +++++ site2/website/versioned_docs/version-2.6.3/getting-started-helm.md | 5 +++++ site2/website/versioned_docs/version-2.7.0/getting-started-helm.md | 5 +++++ site2/website/versioned_docs/version-2.7.1/getting-started-helm.md | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/site2/docs/getting-started-helm.md b/site2/docs/getting-started-helm.md index 79d9c32..888f368 100644 --- a/site2/docs/getting-started-helm.md +++ b/site2/docs/getting-started-helm.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.6.1/getting-started-helm.md b/site2/website/versioned_docs/version-2.6.1/getting-started-helm.md index a7e50ce..b2dbf12 100644 --- a/site2/website/versioned_docs/version-2.6.1/getting-started-helm.md +++ b/site2/website/versioned_docs/version-2.6.1/getting-started-helm.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.6.2/getting-started-helm.md b/site2/website/versioned_docs/version-2.6.2/getting-started-helm.md index 6dcb7f0..3602653 100644 --- a/site2/website/versioned_docs/version-2.6.2/getting-started-helm.md +++ b/site2/website/versioned_docs/version-2.6.2/getting-started-helm.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.6.3/getting-started-helm.md b/site2/website/versioned_docs/version-2.6.3/getting-started-helm.md index cb0e0a1..c4cbdd7 100644 --- a/site2/website/versioned_docs/version-2.6.3/getting-started-helm.md +++ b/site2/website/versioned_docs/version-2.6.3/getting-started-helm.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.7.0/getting-started-helm.md b/site2/website/versioned_docs/version-2.7.0/getting-started-helm.md index 1c932b8..2b859c0 100644 --- a/site2/website/versioned_docs/version-2.7.0/getting-started-helm.md +++ b/site2/website/versioned_docs/version-2.7.0/getting-started-helm.md @@ -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 ``` diff --git a/site2/website/versioned_docs/version-2.7.1/getting-started-helm.md b/site2/website/versioned_docs/version-2.7.1/getting-started-helm.md index 02d758e..a47477e 100644 --- a/site2/website/versioned_docs/version-2.7.1/getting-started-helm.md +++ b/site2/website/versioned_docs/version-2.7.1/getting-started-helm.md @@ -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 ```