Skip to content

Commit 2f20d4c

Browse files
Delete the duplicate monitoring topic for K8s Shadowing (#1526)
Co-authored-by: Michele Cyran <[email protected]>
1 parent ea5d097 commit 2f20d4c

File tree

6 files changed

+8
-138
lines changed

6 files changed

+8
-138
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
*** xref:manage:kubernetes/k-remote-read-replicas.adoc[Remote Read Replicas]
139139
*** xref:manage:kubernetes/shadowing/index.adoc[Shadowing]
140140
**** xref:manage:kubernetes/shadowing/k-shadow-linking.adoc[Configure Shadowing]
141-
**** xref:manage:kubernetes/monitoring/k-monitor-shadowing.adoc[Monitor]
141+
**** xref:manage:kubernetes/shadowing/k-monitor-shadowing.adoc[Monitor]
142142
**** xref:manage:kubernetes/shadowing/k-failover-runbook.adoc[Failover Runbook]
143143
*** xref:manage:kubernetes/k-manage-resources.adoc[Manage Pod Resources]
144144
*** xref:manage:kubernetes/k-scale-redpanda.adoc[Scale]

modules/get-started/pages/release-notes/operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Redpanda Operator v25.3.x introduces the ShadowLink custom resource for managing
2222
* **Status monitoring**: View shadow link health and replication status directly from Kubernetes.
2323
* **Integrated failover**: Delete the ShadowLink resource to fail over all topics.
2424

25-
See xref:manage:kubernetes/shadowing/k-shadow-linking.adoc[Shadow Linking in Kubernetes] for setup and xref:manage:kubernetes/monitoring/k-monitor-shadowing.adoc[monitoring] documentation.
25+
See xref:manage:kubernetes/shadowing/k-shadow-linking.adoc[Shadow Linking in Kubernetes] for setup and xref:manage:kubernetes/shadowing/k-monitor-shadowing.adoc[monitoring] documentation.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif::[]
1414
Monitor your xref:manage:disaster-recovery/shadowing/setup.adoc[shadow links] to ensure proper replication performance and understand your disaster recovery readiness. Use `rpk` commands, metrics, and status information to track shadow link health and troubleshoot issues.
1515

1616
ifndef::env-cloud[]
17-
NOTE: If you're running Redpanda in Kubernetes, see xref:manage:kubernetes/monitoring/k-monitor-shadowing.adoc[] for Kubernetes-specific monitoring procedures.
17+
NOTE: If you're running Redpanda in Kubernetes, see xref:manage:kubernetes/shadowing/k-monitor-shadowing.adoc[].
1818
endif::[]
1919

2020
include::manage:partial$shadowing/emergency-shadowing-callout.adoc[]

modules/manage/pages/kubernetes/monitoring/k-monitor-redpanda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ include::manage:partial$monitor-health.adoc[]
1717

1818
include::shared:partial$suggested-reading.adoc[]
1919

20-
* xref:manage:kubernetes/monitoring/k-monitor-shadowing.adoc[Monitor Shadow Links]
20+
* xref:manage:kubernetes/shadowing/k-monitor-shadowing.adoc[Monitor Shadow Links]
2121

2222
* https://killercoda.com/redpanda/scenario/redpanda-k8s-day2[Monitoring Redpanda in Kubernetes(Day 2 Ops)^]

modules/manage/pages/kubernetes/monitoring/k-monitor-shadowing.adoc

Lines changed: 0 additions & 130 deletions
This file was deleted.

modules/manage/pages/kubernetes/shadowing/k-monitor-shadowing.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NAME SYNCED
3333
link True
3434
----
3535
36-
A healthy shadow link shows `True` for SYNCED. If SYNCED is `False`, use `kubectl describe` to investigate the issue.
36+
The synced status is `True` for a healthy shadow link. If the synced status is `False`, use `kubectl describe` to investigate the issue.
3737
3838
To view detailed shadow link status and configuration:
3939
@@ -147,9 +147,9 @@ Name: inventory, State: ACTIVE
147147
148148
Key indicators:
149149
150-
* **STATE: ACTIVE**: Shadow link is replicating
151-
* **Tasks: ACTIVE**: All replication tasks are running
152-
* **LAG**: Message count difference between source and shadow (lower is better)
150+
* **State: active**: Shadow link is replicating
151+
* **Tasks: active**: All replication tasks are running
152+
* **Lag**: Message count difference between source and shadow (lower is better)
153153
154154
For troubleshooting specific issues, you can use command options to show individual status sections. See xref:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[`rpk shadow status`] for available status options.
155155
--

0 commit comments

Comments
 (0)