flagger
flagger copied to clipboard
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
in canary ,we can only define one port, if i want more port, it only get from deployment ?
### Describe the bug When querying NewRelic with canary MetricTemplates the query is being executed correctly and flagger logs the correct response JSON, however, Flagger expects a different response format...
Modifies the newrelic response struct to allow any string on the key field and transforms it to `result`. [#1584](https://github.com/fluxcd/flagger/issues/1584)
### Describe the bug A clear and concise description of what the bug is. Please provide the Canary definition and Flagger logs. We observed an issue where a canary never...
## Describe the feature What problem are you trying to solve? - We are using Flagger for canary deployments. - We tried to update the min replicas of an existing...
## Describe the feature We have a requirement to add custom annotations to VirtualService and DestinationRule resources. Our use case is that we add an annotation to indicate the resource...
### Describe the bug Re-opening an existing issue where deleting the canary resource with revertOnDeletion set to true results in downtime: https://github.com/fluxcd/flagger/issues/1550 There has been some improvement but we are...
## Describe the feature Google Cloud Monitoring supports PromQL besides MQL, by consuming the Prometheus HTTP API (https://cloud.google.com/stackdriver/docs/managed-prometheus/query#http-api-details) What problem are you trying to solve? - PromQL is a more...
We are facing issues with MQL while trying to Integration StackDriver with Flagger to Perform Canary Analysis. We have a GKE Cluster Setup and Workload Identity Configured for the Service...
## Describe the feature What problem are you trying to solve? I see flagger has mirrored istio VS DR and someother APIs in https://github.com/fluxcd/flagger/tree/main/pkg/apis/istio. But upstream istio has updated, i...