flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
## Describe the feature Please refer to the following slack thread: https://github.com/fluxcd/flux2/discussions/4442#discussioncomment-7726046 What problem are you trying to solve? ### Proposed solution What do you want to happen? Add any...
`Nov 17 10:53:11 node03 containerd[753]: 2023-11-17 10:53:11.835 [INFO][2282335] k8s.go 489: Wrote updated endpoint to datastore ContainerID="e193a155ce714a668822bb617657111989ac552ea6b822a477870264717ebc65" Namespace="instavote" Pod="vote-cbbdf4b99-5f4bs" WorkloadEndpoint="node03-k8s-vote--cbbdf4b99--5f4bs-eth0" Nov 17 10:53:11 node03 containerd[753]: time="2023-11-17T10:53:11.859776246+08:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2...
## Describe the feature We have a webhook for flagger that needs to send multiple headers, the target system accepts these through metadata e.g. ```yaml metadata: url: services-canary.ns... headers: -...
## Describe the feature Currently, when using a flagger-generated destination rule to set the circuit breaker, only the circuit breaker value for the entire service can be set. ### Proposed...
## 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](https://istio.io/latest/docs/tasks/traffic-management/fault-injection/) ### Proposed solution Implement...
Hi, When we use canary deployment for our apps, sometimes the deployment failed. For canary, it scales down the canary pod and route traffic back to primary. I some cases,...
What I was wondering is, could Flagger build some opt-in feature like the Kubernetes Downward API, or could Downward API be used for this purpose, to make it much easier...
## Describe the feature I would like to solve one problem with sessionAffinity functionality. Canary status: - Stop canary releases at a certain percentage for a certain period of time....
my service has 2 ports to be exposed, GRPC and HTTP. can flagger support manage these 2 ports' canary traffic analysis?
## Describe the feature There's already `stepWeights` field that provides finer control of traffic shifting during canary, I propose adding `stepWeightsPromotion` field that provides the equivalent control for traffic shifting...