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.
2 parents 9decf80 + 060befd commit a1af505Copy full SHA for a1af505
docs/leader_election.md
@@ -89,7 +89,7 @@ readinessProbe:
89
command: [
90
"/bin/sh",
91
"-c",
92
- "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'",
93
]
94
periodSeconds: 1
95
```
0 commit comments