fluxcd / flagger

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
https://docs.flagger.app
Apache License 2.0
4.86k stars 726 forks source link

support istio fault-injection #1548

Open S-mishina opened 11 months ago

S-mishina commented 11 months ago

Describe the feature

Currently, fault-injection cannot be implemented without delegating the failure test. We would like to implement fault-injection functionality in the flagger.

ref: link

Proposed solution

Implement canary.service.fault.

Any alternatives you've considered?

I can't think of anything in particular.

S-mishina commented 11 months ago

If it is not a problem, I would like to work on my end.