open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
164 stars 33 forks source link

docs: document new Flagd CRD #641

Closed bacherfl closed 1 month ago

bacherfl commented 1 month ago

This PR documents the recently introduced Flagd CRD

bacherfl commented 1 month ago

@bacherfl this makes sense to me. I ran everything locally though and I was a bit suprised.... the version of flagd used by default is v0.9.0 (the SidecarTag) not the FlagdTag.

This causes some practical problems since 0.9.0 didn't support the sync or ofrep protocols. I can't immediately see why this seems to be happening.

version version

thanks, I will look into this today

thisthat commented 1 month ago

@bacherfl this makes sense to me. I ran everything locally though and I was a bit suprised.... the version of flagd used by default is v0.9.0 (the SidecarTag) not the FlagdTag.

This causes some practical problems since 0.9.0 didn't support the sync or ofrep protocols. I can't immediately see why this seems to be happening.

This has been addressed with https://github.com/open-feature/open-feature-operator/pull/643 :)