Skip to content

Commit

Permalink
Merge pull request openshift#705 from RobertKrawitz/eqg-workaround-bz…
Browse files Browse the repository at this point in the history
…-1571183

Work around bz1571183
  • Loading branch information
openshift-merge-robot authored May 7, 2019
2 parents 247b58e + e95ae1c commit f36fd0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
declare -r cert="$(find $croot -name 'system:etcd-peer*.crt' -print -quit)"
declare -r key="${cert%.crt}.key"
declare -r cacert="$croot/ca.crt"
export NSS_SDB_USE_CACHE=no
[[ -z $cert || -z $key ]] && exit 1
curl --max-time 2 --silent --cert "${cert//:/\:}" --key "$key" --cacert "$cacert" "$health_endpoint" |grep '{ *"health" *: *"true" *}'
initialDelaySecond: 5
Expand Down

0 comments on commit f36fd0b

Please sign in to comment.