Skip to content

Commit

Permalink
Add --tls-enabled to the remote read replicas topic command (#142)
Browse files Browse the repository at this point in the history
TLS is enabled by default so we've switched most of our example
commands to include it. Whenever I follow this document I always
forget to include it, if I'm forgetting possibly others are too.
  • Loading branch information
frenchfrywpepper authored Dec 2, 2024
1 parent 5ad79c9 commit eeecbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A source cluster cannot be deleted if it has remote read replica topics. When yo
To create a remote read replica topic, run:

```bash
rpk topic create my-topic -c redpanda.remote.readreplica=<source cluster tiered storage bucket name>
rpk topic create my-topic -c redpanda.remote.readreplica=<source cluster tiered storage bucket name> --tls-enabled
```

For standard BYOC clusters the source cluster tiered storage bucket name follows the pattern: `redpanda-cloud-storage-$\{SOURCE_CLUSTER_ID}`
Expand Down

0 comments on commit eeecbcc

Please sign in to comment.