-
Notifications
You must be signed in to change notification settings - Fork 66
Open
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).
Metadata
Metadata
Assignees
Labels
No labels