You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carlossg thanks for finding this bug. The fix will be included in Flagger v0.3.0 that comes with Canary v1alpha3. You'll have to apply the new CRD and upgrade all your canaries definitions to v1alpha3.
I'll ping you when the release is ready, thanks again 👍
@carlossg I've just released v0.3.0 besides the CRD version being bumped to v1alpha3 there is a breaking change regarding the control loop interval. The flag controlLoopInterval has been removed from the chart and now the interval can be set in the CRD using canaryAnalysis.interval (defaults to 1m).
As per kubernetes/apiextensions-apiserver#25 CRD validation doesn't accept empty values for type "object" fields.
Workaround:
The text was updated successfully, but these errors were encountered: