Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change etcd into pg in bundled option #112

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For the details of a backend, please check the values of the corresponding secti

### Bundled etcd/PostgreSQL/MinIO as Stores

Helm chart for RisingWave also provides an option to deploy the etcd and MinIO along with the RisingWave to provide meta
Helm chart for RisingWave also provides an option to deploy the PostgreSQL and MinIO along with the RisingWave to provide meta
and state store backends. It is useful to try out the helm chart quickly. The feature is achieved
with `bitnami/etcd`, `bitnami/postgresql` and `bitnami/minio` sub-charts. If you are interested in
these charts, please refer
Expand All @@ -170,7 +170,7 @@ Set the `tags.bundle` option to `true` to experience the feature.
helm install --set tags.bundle=true risingwave risingwavelabs/risingwave
```

It's also possible to control the enablement of etcd and MinIO sub-charts separately with
It's also possible to control the enablement of PostgreSQL and MinIO sub-charts separately with
`tags.etcd` (deprecating),
`tags.postgresql` and `tags.minio`. But note that `tags.bundle` must be `false` when you want such
control.
Expand Down