Skip to content
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

Merged
merged 2 commits into from
Jul 11, 2022
Merged

Conversation

Mpluya
Copy link
Contributor

@Mpluya Mpluya commented Jun 21, 2022

without this change the HTTPProxy - podinfo.test was not getting created due to this 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

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mpluya
Copy link
Contributor Author

Mpluya commented Jun 21, 2022

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.

@stefanprodan
Copy link
Member

@Mpluya in the contour-progressive-delivery.md file there are Canary examples that don't have the retryOn field, please add it there too.

@Mpluya
Copy link
Contributor Author

Mpluya commented Jun 22, 2022

I checked and didnt see any other Canary examples that had the retries block within the contour-progressive-delivery.md.

Mpluya and others added 2 commits June 22, 2022 06:10
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>
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @Mpluya

@aryan9600 aryan9600 merged commit ca044d3 into fluxcd:main Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants