diff --git a/docs/leader_election.md b/docs/leader_election.md index 8ac940b35..9089eb2b7 100644 --- a/docs/leader_election.md +++ b/docs/leader_election.md @@ -89,7 +89,7 @@ readinessProbe: command: [ "/bin/sh", "-c", - "set -e; set -o pipefail; curl -s -k -o - https://localhost:8080/v1/state | jq .'State' | grep -E 'NON_EXISTING|LOCKED|UNLOCKED|RPC_ACTIVE'", + "set -e; set -o pipefail; curl -s -k -o - https://localhost:8080/v1/state | jq .'State' | grep -E 'NON_EXISTING|LOCKED|UNLOCKED|RPC_ACTIVE|SERVER_ACTIVE'", ] periodSeconds: 1 ```