From e95ae1c23399658505bb5a6c6e4785f465123ade Mon Sep 17 00:00:00 2001 From: Robert Krawitz Date: Mon, 6 May 2019 11:36:47 -0400 Subject: [PATCH] Work around bz1571183 --- ...80_machine-config-operator_07_etcdquorumguard_deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml index de71878391..a3d8feb2c3 100644 --- a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml +++ b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml @@ -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