chore: disable MultiCIDRServiceAllocator in compat version e2e test as it has known issue with --emulation-version #34206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recently the Emulation Version E2E tests started to fail for n-1 and n-2:
https://testgrid.k8s.io/sig-testing-kind#compatibility-version-test-n-minus-1
https://testgrid.k8s.io/sig-testing-kind#compatibility-version-test-n-minus-2
This is related to an issue with the recently graduated feature gate
MultiCIDRServiceAllocator
and the--emulation-version
feature:PR promoting MultiCIDRServiceAllocator (merged recently): kubernetes/kubernetes#128971
This feature must be disabled for beta when using
--emulation-version
until we fix kubernetes/kubernetes#127791This KEP explains the issue and outlines a solution:
kubernetes/enhancements#5038