mirror of https://github.com/kubernetes/kops.git
This is a follow-on to #8868; I believe the intent of that was to expose the option to do more (or fewer) retries. We previously had a single retry to prevent flapping; this basically unifies the previous behaviour with the idea of making it configurable. * validate-count=0 effectively turns off validation. * validate-count=1 will do a single validation, without flapping detection. * validate-count>=2 will require N succesful validations in a row, waiting ValidateSuccessDuration in between. A nice side-effect of this is that the tests now explicitly specify ValidateCount=1 instead of setting ValidateSuccessDuration=0, which had the side effect of doing the equivalent to ValidateCount=1. |
||
---|---|---|
.. | ||
BUILD.bazel | ||
OWNERS | ||
delete.go | ||
instancegroups.go | ||
rollingupdate.go | ||
rollingupdate_test.go | ||
settings.go | ||
settings_test.go |