-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include Contour retryOn in the sample canary #1223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the guide here https://github.com/fluxcd/flagger/blob/main/docs/gitbook/tutorials/contour-progressive-delivery.md#bootstrap
hi @stefanprodan , thanks for the quick feedback. I'm sorry to follow up but I didn't follow your ask. The section I updated is in the bootstrap section. |
@Mpluya in the contour-progressive-delivery.md file there are Canary examples that don't have the |
I checked and didnt see any other Canary examples that had the retries block within the contour-progressive-delivery.md. |
without this change the HTTPProxy - podinfo.test was not getting created due to the following warning: ``` test 4m11s Warning Synced canary/podinfo HTTPProxy podinfo.test create error: HTTPProxy.projectcontour.io "podinfo" is invalid: spec.routes.retryPolicy.retryOn: Unsupported value: "": supported values: "5xx", "gateway-error", "reset", "connect-failure", "retriable-4xx", "refused-stream", "retriable-status-codes", "retriable-headers", "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable" ``` Signed-off-by: Mae Anne Large <Mpluya@users.noreply.github.com> Signed-off-by: Mae Large <mlarge@vmware.com>
Signed-off-by: Mae Large <mlarge@vmware.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @Mpluya
without this change the HTTPProxy - podinfo.test was not getting created due to this warning:
Signed-off-by: Mae Anne Large Mpluya@users.noreply.github.com