Skip to content

Commit eeecbcc

Browse files
Add --tls-enabled to the remote read replicas topic command (#142)
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.
1 parent 5ad79c9 commit eeecbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A source cluster cannot be deleted if it has remote read replica topics. When yo
8787
To create a remote read replica topic, run:
8888

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

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

0 commit comments

Comments
 (0)