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

Commits on Jun 22, 2022

  1. include Contour retryOn in the sample canary

    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>
    Mpluya committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4dd6102 View commit details
    Browse the repository at this point in the history
  2. updated retryOn supported values link to point to contour's api doc

    Signed-off-by: Mae Large <mlarge@vmware.com>
    Mpluya committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1bb4afa View commit details
    Browse the repository at this point in the history