flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
currently the log line exposes the error, however that's always going to be nil based on the check just above it. This provides better visibility into the failure reason Previously:...
## Summary Adding support to configure [stickiness for primary deployment](https://docs.flagger.app/usage/deployment-strategies#configuring-stickiness-for-primary-deployment) for Istio Provider. Currently the implementation is only available for Gateway API provider. ## Changes - Adds `primarySessionAffinityCookie` field to...
# Contribution Details ## PR Description This PR adds two significant enhancements to Flagger: **Namespace Scoping Support** - Allows Flagger to watch specific namespaces instead of all namespaces #1859 **New...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
## Describe the feature Flagger should support connecting to New Relic via NerdGraph (their GraphQL API) to execute NRQL queries for Canary analysis. While Flagger has existing New Relic support,...
What problem are you trying to solve? Currently, the Flagger operator can be configured to watch all namespaces (default) or a single namespace (via the -namespace flag). I'd like to...
When creating a canary resource using Flagger, the canary deployment process creates a new HTTPRoute resource that overrides the existing `httpbin` HTTPRoute, causing the loss of all custom filters and...
fixes #1854 Ways i tested 1. created a EKS cluster 2. added the new CRD 3. Run the flagger 4. Create a new metric template with signoz 5. Test if...
TL;DR; Fixes https://github.com/fluxcd/flagger/issues/1029 plus removes some more unneeded metrics When deleting a canary, its status metric is not updated. Having two canaries deployed, both initialized, metrics endpoint exposes ``` #...
## Describe the feature We have providers made for prometheus. While it allows for custom url and headers, body format is fixed and differs from what signoz expects in https://signoz.io/docs/metrics-management/query-range-api/...