Skip to content

Commit

Permalink
ipsec: Check pluto when probing for readiness
Browse files Browse the repository at this point in the history
Currently, the readiness probe only checks for failures of
the 'ovs-monitor-ipsec' daemon.

Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
  • Loading branch information
markdgray committed Jan 19, 2021
1 parent a94311b commit 353a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindata/network/ovn-kubernetes/ipsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
- -c
- |
#!/bin/bash
ovs-appctl -t ovs-monitor-ipsec ipsec/status
ovs-appctl -t ovs-monitor-ipsec ipsec/status && ipsec status
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 40
Expand Down

0 comments on commit 353a902

Please sign in to comment.