Skip to content

Commit cf52c67

Browse files
committed
remove duplicated content
1 parent 891db4f commit cf52c67

File tree

1 file changed

+2
-13
lines changed
  • modules/manage/pages/disaster-recovery/shadowing

1 file changed

+2
-13
lines changed

modules/manage/pages/disaster-recovery/shadowing/setup.adoc

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Any cluster can create a shadow link to a source cluster. When you create a shad
118118

119119
[TIP]
120120
====
121-
You can use `rpk` to generate a configuration template:
121+
You can use `rpk` to generate a sample configuration file with common filter patterns:
122122
123123
[,bash]
124124
----
@@ -129,7 +129,7 @@ rpk shadow config generate -o shadow-config.yaml
129129
rpk shadow config generate --print-template -o shadow-config-template.yaml
130130
----
131131
132-
This creates a complete YAML configuration file that you can customize for your environment. The template includes all available fields with comments explaining their purpose.
132+
This creates a complete YAML configuration file that you can customize for your environment. The template includes all available fields with comments explaining their purpose. For detailed command options, see xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[`rpk shadow config generate`].
133133
====
134134

135135
.Explore the configuration file
@@ -413,17 +413,6 @@ topic_metadata_sync_options:
413413
The starting offset only affects **new shadow topics**. After a shadow topic exists and has data, changing this setting has no effect on that topic's replication.
414414
====
415415

416-
=== Generate a sample configuration
417-
418-
Use `rpk` to generate a sample configuration file with common filter patterns:
419-
420-
[,bash]
421-
----
422-
rpk shadow config generate -o shadow-config.yaml
423-
----
424-
425-
This creates a template configuration file that you can customize for your environment. For detailed command options, see xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[`rpk shadow config generate`].
426-
427416
=== Networking
428417

429418
Configure network connectivity between your source and shadow clusters to enable shadow link replication. The shadow cluster initiates connections to the source cluster using a pull-based architecture.

0 commit comments

Comments
 (0)