Skip to content

Commit 87a0c51

Browse files
authored
Update the high availability docs to use the correct label
1 parent 2323aa7 commit 87a0c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/content/en/04-administration-guide/09-high-availability

doc/content/en/04-administration-guide/09-high-availability/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are two different ways to accomplish this. The first one is with the `kube
3636
To identify the primary node:
3737
3838
```
39-
$ kubectl get pods -n default -l app=StackGresCluster -l role=master
39+
$ kubectl get pods -n default -l app=StackGresCluster -l role=primary
4040
NAME READY STATUS RESTARTS AGE
4141
stackgres-0 5/5 Running 0 165m
4242
```
@@ -76,4 +76,4 @@ We can retrieve some valuable information here:
7676
- Who are the replica nodes
7777
- The IP address and port
7878
- The state of each node
79-
- The lag in MB in case some nodes are not up-to-date
79+
- The lag in MB in case some nodes are not up-to-date

0 commit comments

Comments
 (0)