This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Feature Gates/Flags #344
perdasilva
started this conversation in
General
Replies: 1 comment
-
It seems like there's two potential classes of feature gates:
Do we have any idea on whether individual StorageClass provisioners store feature gates in the StorageClass' set of parameters, and whether it makes sense to store feature gates in the ProvisionerClass API? I'd guess that pattern doesn't exist, or doesn't make much sense, and so we may need to use feature gates on the individual provisioner executables? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think we should start thinking about introducing feature flags or at least have a plan for how and when. Especially how we want to deal with API changes in this context.
This will help us get feedback on ideas without disruption and with downstreaming RukPak
Beta Was this translation helpful? Give feedback.
All reactions