-
Notifications
You must be signed in to change notification settings - Fork 70
Closed as not planned
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Now that we have this feature gate:
| ForceSemverUpgradeConstraints: {Default: false, PreRelease: featuregate.Alpha}, |
We should find a way to run E2E in CI with different states of feature gates.
One option is to use kustomze overlays for different configurations (potentially using components). However this means that we need one overlay for every permutation which might become a bit messy.
We can also look into Kubernetes tests and see what is done there and whether we can re-use any tools/code (we use k8s.io/component-base/featuregate package for feature gates, same as Kubernetes).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.