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

Added support to set retry-policy on App Mesh routes #65

Closed
wants to merge 3 commits into from

Commits on Sep 9, 2019

  1. Update CRD and controller to support latest App Mesh features

    aws-sdk-go@v1.23.2
    
    1. Added health-check for VirtualNode.Listener
    2. Add http-headers and priority support to Route.HttpRoute
    kiranmeduri committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    e7097b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da0bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Added support to set retry-policy on App Mesh routes

    A retry policy enables clients to protect themselves from intermittent
    network failures or server-side failures. With retry policy definition
    user can control the retry logic used by Envoy proxies.
    
    This change includes
    
    1. Update aws-go-sdk v1.23.18
    2. Update VirtualService CRD definition to capture retry-policy via
    3. Update controller to reconcile retry-policy with App Mesh resource
    kiranmeduri committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a006dd9 View commit details
    Browse the repository at this point in the history