Skip to content

Commit

Permalink
Increase waiting time for getting csr
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Apr 1, 2019
1 parent c226dbc commit f8f8722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ done
# approve and fetch the signed certificate
kubectl certificate approve ${csrName}
# verify certificate has been signed
for x in $(seq 10); do
for x in $(seq 15); do
serverCert=$(kubectl get csr ${csrName} -o jsonpath='{.status.certificate}')
if [[ ${serverCert} != '' ]]; then
break
Expand Down

0 comments on commit f8f8722

Please sign in to comment.