forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E2e shows occasional kubectl failures here, so add some retries. We may want to make this more general, but I think we should try it out in small scope first. Also clean up the retry loop so it doesn't process errors as successful runs (discovered in testing). Also simplify a bit of go template syntax. Testing: I made kubectl randomly fail 50% of the time ($RANDOM%2 ==0) and iterated until this gave me more helpful results. Still not perfect, but better.
- Loading branch information
Showing
1 changed file
with
38 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters