-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support flagger canary resources #173
Comments
@dudicoco we will try to implement it. I will let you know as soon we have tested in our pipeline. |
thanks @daviddelucca! |
@dudicoco @daviddelucca Check this out, you can now use helm built into werf, which uses kubedog, to automatically watch all flagger canaries found in the helm chart (werf installation):
|
@daviddelucca Thank you for your contribution into the project and for your implementation of supporting canary releases! However, I faced with strange behavior of it. For example, I have a test canary release named
According to the output above canary releases with the help of Flagger are working properly. But kubedog v0.6.2, which should contain your solution already, shows the following:
So Could you point me to a misconfiguration if it is somewhere or point the direction that I should dig in for figuring out the cause of the wrong behavior? |
Hi,
Flagger is a great tool for performing automated canary deployments in k8s: https://github.com/weaveworks/flagger/
Is it possible to support the flagger canary custom resource so that kubedog will output the events from the resource?
example:
Thanks!
The text was updated successfully, but these errors were encountered: