Skip to content

Commit

Permalink
Update documentation on prepare_helm_release.sh (apache#7365)
Browse files Browse the repository at this point in the history
Fixes apache/pulsar-helm-chart#23

*Motivation*

    `control-center-admin` and `control-center-password` have already been removed from 2.6.0 helm chart.
  • Loading branch information
sijie authored Jun 27, 2020
1 parent 875e933 commit a8de5ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions site2/docs/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i
./scripts/pulsar/prepare_helm_release.sh \
-n pulsar \
-k pulsar-mini \
--control-center-admin pulsar \
--control-center-password pulsar \
-c
```

Expand Down
1 change: 0 additions & 1 deletion site2/docs/helm-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ cd pulsar-helm-chart
The `prepare_helm_release` creates the following resources:

- A Kubernetes namespace for installing the Pulsar release
- A secret for storing the username and password of the control center administrator. The username and password can be passed to `prepare_helm_release.sh` through flags `--control-center-admin` and `--control-center-password`. The username and password is used for logging into the Grafana dashboard and Pulsar Manager.
- JWT secret keys and tokens for three super users: `broker-admin`, `proxy-admin`, and `admin`. By default, it generates an asymmetric pubic/private key pair. You can choose to generate a symmetric secret key by specifying `--symmetric`.
- `proxy-admin` role is used for proxies to communicate to brokers.
- `broker-admin` role is used for inter-broker communications.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ We use [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube/) i
./scripts/pulsar/prepare_helm_release.sh \
-n pulsar \
-k pulsar-mini \
--control-center-admin pulsar \
--control-center-password pulsar \
-c
```

Expand Down
1 change: 0 additions & 1 deletion site2/website/versioned_docs/version-2.6.0/helm-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ cd pulsar-helm-chart
The `prepare_helm_release` creates the following resources:

- A Kubernetes namespace for installing the Pulsar release
- A secret for storing the username and password of the control center administrator. The username and password can be passed to `prepare_helm_release.sh` through flags `--control-center-admin` and `--control-center-password`. The username and password is used for logging into the Grafana dashboard and Pulsar Manager.
- JWT secret keys and tokens for three super users: `broker-admin`, `proxy-admin`, and `admin`. By default, it generates an asymmetric pubic/private key pair. You can choose to generate a symmetric secret key by specifying `--symmetric`.
- `proxy-admin` role is used for proxies to communicate to brokers.
- `broker-admin` role is used for inter-broker communications.
Expand Down

0 comments on commit a8de5ca

Please sign in to comment.