Skip to content

Commit de65595

Browse files
create file and outline
1 parent bb94d25 commit de65595

File tree

1 file changed

+51
-0
lines changed
  • content/operate/kubernetes/active-active

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
```

0 commit comments

Comments
 (0)