A Kubernetes feature flag operator
Go to file
Mark Stickley c5e1158d6d
docs: Fixed numbering in quick_start.md (#777)
Signed-off-by: Mark Stickley <markstickley@users.noreply.github.com>
2025-08-07 14:10:30 -04:00
.github chore(deps): update actions/setup-node action to v4.4.0 (#767) 2025-06-13 15:23:56 -04:00
api feat(flagd): add support for GCS (#765) 2025-06-03 15:57:32 +00:00
chart/open-feature-operator chore: release 0.8.7 (#769) 2025-07-28 22:55:12 +02:00
cmd fix: API server warning for empty imagePullSecrets (#774) 2025-07-14 09:14:43 -04:00
config fix: end-to-end.yaml (#771) 2025-06-26 19:45:33 +00:00
docs docs: Fixed numbering in quick_start.md (#777) 2025-08-07 14:10:30 -04:00
hack chore: use renovate to bump flagd version (#395) 2023-03-20 08:54:19 -07:00
images docs: use v1beta1 API version (#553) 2023-11-20 15:45:22 +01:00
internal fix: Ingress annotations not reconciling (#773) 2025-07-14 09:14:25 -04:00
test/e2e fix(deps): update open-feature/flagd (#755) 2025-06-03 10:53:26 -04:00
.chainsaw-local.yaml test: use kyverno/chainsaw for E2E testing (#642) 2024-05-23 07:37:53 -04:00
.chainsaw.yaml test: use kyverno/chainsaw for E2E testing (#642) 2024-05-23 07:37:53 -04:00
.clomonitor.yml fix: Upload sbom (#175) 2022-10-24 22:47:30 -04:00
.dockerignore first 2022-05-26 15:48:41 +01:00
.gitignore chore: replace deprecated gcr.io/kubebuilder/kube-rbac-proxy (#733) 2025-01-30 12:20:47 -05:00
.golangci.yml feat: add gateway api support (#725) 2025-01-13 15:48:16 +01:00
.release-please-manifest.json chore: release 0.8.7 (#769) 2025-07-28 22:55:12 +02:00
CHANGELOG.md chore: release 0.8.7 (#769) 2025-07-28 22:55:12 +02:00
CODEOWNERS chore: update codeowners to use cloud native team 2023-03-23 14:58:43 -04:00
CONTRIBUTING.md fix: make flagd replica count configureable in helm chart (#716) 2024-10-30 10:54:03 -04:00
Dockerfile chore(deps): update golang docker tag to v1.23.5 (#481) 2025-01-31 17:23:18 +00:00
LICENSE feat: add license (#25) 2022-05-31 08:09:31 +01:00
Makefile chore: release 0.8.7 (#769) 2025-07-28 22:55:12 +02:00
PROJECT chore: replace deprecated gcr.io/kubebuilder/kube-rbac-proxy (#733) 2025-01-30 12:20:47 -05:00
README.md docs: Replace the old events calendar by the OpenFeature community Page link (#751) 2025-03-07 07:33:23 -05:00
codecov.yml chore: remove unneeded conversion webhooks + introduce unit tests for conversion functions (#385) 2023-03-16 13:10:25 +00:00
go.mod fix(deps): update open-feature/flagd (#755) 2025-06-03 10:53:26 -04:00
go.sum fix(deps): update open-feature/flagd (#755) 2025-06-03 10:53:26 -04:00
release-please-config.json chore: ignore component for release tag and make release dependable (#564) 2023-11-29 12:25:01 -08:00
renovate.json chore: add rule for env cfg tags (#674) 2024-06-06 14:12:29 -04:00

README.md

OpenFeature Logo

build goversion Artifact Hub CII Best Practices FOSSA Status

Get started

The OpenFeature Operator allows you to expose feature flags to your applications. It injects a flagd sidecar into relevant pods and exposes gRPC and HTTP interfaces for flag evaluation. To get started, follow the installation instructions in the docs.

[!NOTE] With version v0.5.0, we have migrated to API version v1beta1. Please check the migration guide to migrate from old configurations.

Demos

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md for details on how to contribute to the OpenFeature project.

Our community meetings are held regularly and open to everyone, as well as other community channels. Check the [OpenFeature community page]https://openfeature.dev/community/) for the links and participation guidelines.

Thanks so much to our contributors.

Made with contrib.rocks.