troubleshooting
How to deploy Rising Wave in Linode using Linode Object Storage (S3 compatible) and define the hostname of the bucket?
I am looking to deploy Rising Wave in Linode and utilize Linode Object Storage, which is S3 compatible. How can I define the hostname of the bucket during deployment?
He
Hello
Asked on Jun 23, 2023
- For a minimum setup with in-memory (no fault tolerance), use
risingwave-in-memory.yaml
. - If S3 compatibility is required, start with
risingwave-etcd-s3.yaml
as the base. - Add the configuration from
risingwave-s3-compatible.yaml
at lines 3-7. - Replace the object store credentials, directory, and S3 endpoint in the YAML file as specified in
risingwave-s3-compatible.yaml
at lines 17-22.
Jun 23, 2023Edited by