File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
content/operate/kubernetes/active-active Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ Title : Remove failed participating cluster
3+ alwaysopen : false
4+ categories :
5+ - docs
6+ - operate
7+ - kubernetes
8+ description :
9+ linkTitle : Remove RERC
10+ weight : 98
11+ ---
12+
13+ ## Prerequisites
14+
15+ ## Identify failed RERC
16+
17+ 1 .
18+
19+ ``` sh
20+ kubectl get rerc
21+ ```
22+
23+ 2 .
24+
25+ ``` sh
26+ kubectl get reaadb < REAADB_NAME> -o yaml
27+ ```
28+
29+ ## Remove failed RERC
30+
31+ 3 .
32+
33+ ``` sh
34+ crdb-cli crdb remove-instance --crdb-guid < REAADB_GUID> --instance-id < INSTANCE_ID> --force
35+ ```
36+
37+ 4 .
38+
39+ 5 .
40+
41+ ``` sh
42+ kubectl edit reaadb < REAADB_NAME>
43+ ```
44+
45+ 6 .
46+
47+ ``` sh
48+ kubectl get reaadb example-aadb-1
49+ NAME STATUS SPEC STATUS LINKED REDBS REPLICATION STATUS
50+ example-aadb-1 active Valid up
51+ ```
You can’t perform that action at this time.
0 commit comments