Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OFO configuration object + flagd upgrade path #270

Open
beeme1mr opened this issue Dec 7, 2022 · 1 comment
Open

OFO configuration object + flagd upgrade path #270

beeme1mr opened this issue Dec 7, 2022 · 1 comment
Assignees

Comments

@beeme1mr
Copy link
Member

beeme1mr commented Dec 7, 2022

usecase

As an operator
Given I want to upgrade flagd without upgrading OpenFeature operator
Then I should be able to increment configuration and objects to do so.

As an operator
Given I want to enable open-feature-operator only on certain nodes
Then I should be able to allow for topology keys within a global object.

notes

_I think that adding an operator custom resource to enable upgrading would also allow us to utilize more dynamic global configuration secompprofile on/off, daemonset topology awareness) _

E.g.

apiVersion: core.openfeature.dev/v1alpha1
kind: OpenFeatureOperatorConfiguration
metadata:
  name: default
spec:
  flagvVrsion: v0.26

Image

@beeme1mr
Copy link
Member Author

beeme1mr commented Dec 7, 2022

It may also be worth support a flagdImage property as well. Some organizations may need to pull the image from another artifact repository.

@toddbaert toddbaert changed the title OFO configuration object + flagD upgrade path OFO configuration object + flagd upgrade path Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

2 participants