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

App Mesh retry policy #303

Closed
stefanprodan opened this issue Sep 18, 2019 · 0 comments · Fixed by #338
Closed

App Mesh retry policy #303

stefanprodan opened this issue Sep 18, 2019 · 0 comments · Fixed by #338
Labels
kind/feature Feature request

Comments

@stefanprodan
Copy link
Member

stefanprodan commented Sep 18, 2019

Currently canary retry polices are only supported by Istio. App Mesh has this capability but it needs to be implemented in the CRD controller before Flagger can make use of it.

apiVersion: flagger.app/v1alpha3
kind: Canary
metadata:
  name: frontend
spec:
  service:
    retries:
      attempts: 5
      perTryTimeout: 2s
      retryOn: gateway-error,connect-failure,refused-stream

Depends on: aws/aws-app-mesh-controller-for-k8s#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant