Feature Gates #849
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Milestone
Core Kubernetes types have Feature Gates.
They are documented here: https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
This is a good practice for anyone, whether they are building a CRD as part of the K8s org, or their own API.
Sadly, CRDs don't have feature gate support built into them.
KubeBuilder could close this gap. It could provide a feature-gate feature.
It might work like this:
--feature-gates
flag.--feature-gates
flag./kind feature
The text was updated successfully, but these errors were encountered: