You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Research how we can make use of feature flags to hide new features of the Lifecycle Controller.
Technical details
OpenFeature is a CNCF project that solves feature flagging in a vendor agnostic fashion with a reference implementation for a FF provider. We should look into the project and check how we can make use of it.
Acceptance Criteria
Evaluation at KeptnApp level should be enabled only when the FF evaluation-app is true.
During a one day hackaton we had the chance to test and research OpenFeature for KLT. PoC #585 has been created as reference. A feature flag to enable different level of span has been implemented.
Research outcomes
Operator installation is straightforward as in the docs
The sdk is quite easy to use and the changes required for the operator are only the followings:
Goal
Research how we can make use of feature flags to hide new features of the Lifecycle Controller.
Technical details
OpenFeature is a CNCF project that solves feature flagging in a vendor agnostic fashion with a reference implementation for a FF provider. We should look into the project and check how we can make use of it.
Acceptance Criteria
evaluation-app
istrue
.DoD
References
The text was updated successfully, but these errors were encountered: