Niels de Vos 09fac4d9e2 e2e: fix kubectl_retry to not return a stale error
While deploying Rook, there can be issues when the environment is not
completely settled yet. On occasion the 1st kubectl command fails with

    The connection to the server ... was refused - did you specify the right host or port?

This would set the 'ret' variable to a non-zero value, before the next
retry of the kubectl command is done. In case the kubectl command
succeeds, the 'ret' variable still contains the old non-zero value, and
kubectl_retry returns the incorrect result.

By setting the 'ret' variable to 0 before calling kubectl again, this
problem is prevented.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-12-09 11:50:24 +00:00
..
2020-11-29 12:47:46 +05:30
2020-07-21 08:36:24 +00:00
2020-06-30 04:43:45 +00:00
2019-03-04 19:01:16 +05:30
2020-12-08 10:23:34 +00:00
2020-01-22 08:19:42 +00:00
2020-10-27 17:04:09 +00:00
2020-07-31 16:03:54 +00:00
2020-07-31 16:03:54 +00:00