You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Now that we have this feature gate:
operator-controller/pkg/features/features.go
Line 19 in b8f3626
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).The text was updated successfully, but these errors were encountered: