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 Linkerd support and e2e testing #230

Merged
merged 12 commits into from
Jul 1, 2019
Merged

Add Linkerd support and e2e testing #230

merged 12 commits into from
Jul 1, 2019

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Jun 29, 2019

This PR adds support for canary deployments (progressive traffic shifting) using Linkerd and the SMI Traffic Split API.

Flagger-Linkerd

After installing Linkerd edge-19.6.4 you can deploy Flagger with:

helm upgrade -i flagger flagger/flagger \
--namespace linkerd \
--set image.tag=linkerd-ad8d02f \
--set metricsServer=http://linkerd-prometheus:9090 \
--set meshProvider=linkerd

See test/e2e-linkerd-tests.sh for canary rollout example.

@stefanprodan stefanprodan merged commit 82ca66c into master Jul 1, 2019
@stefanprodan stefanprodan deleted the linkerd branch July 1, 2019 07:28
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.

1 participant