Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are two different ways to accomplish this. The first one is with the `kube
To identify the primary node:

```
$ kubectl get pods -n default -l app=StackGresCluster -l role=master
$ kubectl get pods -n default -l app=StackGresCluster -l role=primary
NAME READY STATUS RESTARTS AGE
stackgres-0 5/5 Running 0 165m
```
Expand Down Expand Up @@ -76,4 +76,4 @@ We can retrieve some valuable information here:
- Who are the replica nodes
- The IP address and port
- The state of each node
- 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