flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)

Results 357 flagger issues
Sort by recently updated
recently updated
newest added

Bumps the ci group with 3 updates: [helm/kind-action](https://github.com/helm/kind-action), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator). Updates `helm/kind-action` from 1.9.0 to 1.10.0 Release notes Sourced from helm/kind-action's releases. v1.10.0 Requirements We changed to use wget...

dependencies
area/ci

Changes: - Update `k8s.io/*` packages to v0.30.0. - Update `fmt` and `test-fmt` in Makefile to replace use of `gofmt`. - Refactor code generation utility hack and replace deprecated `k8s.io/code-generator` codegen...

dependencies

### Describe the bug Not able to create a canary resource with `spec.service.trafficPolicy.connectionPool.tcp` It throws following error `strict decoding error: unknown field "spec.service.trafficPolicy.connectionPool.tcp"` ### To Reproduce Create a canary resource...

I am following this document https://docs.flagger.app/tutorials/kuma-progressive-delivery. When I checked the Automated canary promotion I got this error. ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal...

Signed-off-by: Tanner Altares This is a PR to address [1636](https://github.com/fluxcd/flagger/issues/1636 ), which keeps flagger from throwing a panic in the event the prom query returns a range vector.

This should avoid frequent "Operation cannot be fulfilled" errors from polluting Canary resource events and logs.

## Describe the feature Currently Flagger assumes that a successful api call to prometheus (which contains a result), will be able to access `v.Value[1]`, which will result in a panic...

Closes #1627 This PR adds the implementation of a `keptn` metrics provider The main difference to other providers in Flagger is that this one is using a Kubernetes client to...

## Describe the feature Multiple canaries for the same deployment. Example ``` apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: my-service-canary1 spec: analysis: ... service: gateways: - gateway1 hosts: - example.net targetRef:...

HI All If there is any chance to get Statefulset supported by flagger canary?

kind/feature