We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2323aa7 commit 87a0c51Copy full SHA for 87a0c51
1 file changed
doc/content/en/04-administration-guide/09-high-availability/_index.md
@@ -36,7 +36,7 @@ There are two different ways to accomplish this. The first one is with the `kube
36
To identify the primary node:
37
38
```
39
-$ kubectl get pods -n default -l app=StackGresCluster -l role=master
+$ kubectl get pods -n default -l app=StackGresCluster -l role=primary
40
NAME READY STATUS RESTARTS AGE
41
stackgres-0 5/5 Running 0 165m
42
@@ -76,4 +76,4 @@ We can retrieve some valuable information here:
76
- Who are the replica nodes
77
- The IP address and port
78
- The state of each node
79
-- The lag in MB in case some nodes are not up-to-date
+- The lag in MB in case some nodes are not up-to-date
0 commit comments