flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
This adds the Chronosphere metrics provider. Sadly, the only difference from the Prometheus metrics provider is the HTTP endpoint, everything else is meant to be cross compatilble. Maybe this is...
I removed the excessive line breaks in `kustomize/podinfo/kustomization.yaml`.
Fix KEDA tutorial regarding namespaces. In KEDA tutorial, Flagger is installed in namespace `flagger`, which does not exist yet, and Prometheus URL references another namespace.
Bumps the ci group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `docker/build-push-action` from 5 to 6 Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record...
### Describe the bug During a canary deployment there are a number of situations where any configured alerts are not fired when the canary fails: - pre-rollout webhook - exceeded...
This refactor tries to fulfil a special use case #1660 : when a custom controller uses the Flagger API to render the Canary object to json/yaml, it makes sure the...
## Describe the feature ### Problem statement Hey all, I am not sure if I described clearly in the title. So...we run a use case, in which we use a...
This is a first pass at a change to how the Session Affinity cookies work alongside canary weighting, only implemented for gateway api at this point. As mentioned in [this...
### Describe the bug We are currently using `canaries` with `autoscalerRef` and HPA enabled as described in the docs. ``` apiVersion: flagger.app/v1beta1 kind: Canary ... spec: autoscalerRef: apiVersion: autoscaling/v2beta2 kind:...