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

Add the service mesh provider to the canary spec #217

Merged
merged 3 commits into from
Jun 21, 2019
Merged

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Jun 20, 2019

This PR adds the provider optional field to the canary spec. When specified it will override the global provider set with -mesh-provider flag. This allows running canaries on the same cluster that target different providers e.g. A/B testing with provider: nginx and Blue/Green with provider: kubernetes.

Fix: #215

Override the global provider if one is specified in the canary spec
Synonym to provider `none`, to be used for blue/green deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Override the service mesh provider in canary spec
1 participant