Add Redis-backed netd team bandwidth limits#437
Merged
Conversation
3e7f625 to
39eff83
Compare
39eff83 to
b91225d
Compare
Contributor
Author
|
Remote validation update for PR head
E2E_SINGLE_CLUSTER_SCENARIOS=network-policy go test -v -count=1 ./tests/e2e/scenarios/single-cluster \
-run TestSingleCluster \
-ginkgo.focus="API network policy mode.*enforces Redis-backed team bandwidth through netd" \
-timeout=30mThe focused e2e claimed two real Result: The earlier full PR e2e failure was in the existing SSH egress-auth spec, not the new Redis-backed team bandwidth spec. I reran the failed PR E2E job after this remote validation; it is currently in progress. Remote ECS was stopped back to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Closes #436
Tests
GOTOOLCHAIN=go1.25.0+auto go test ./netd/pkg/proxy ./infra-operator/internal/runtimeconfig ./infra-operator/internal/controller/services/netd ./infra-operator/internal/controller/services/redis ./infra-operator/internal/ownershipGOTOOLCHAIN=go1.25.0+auto go test ./netd/... ./infra-operator/internal/runtimeconfig ./infra-operator/internal/controller/services/netd ./infra-operator/internal/controller/services/redis ./infra-operator/internal/ownership ./tests/e2e/cases ./tests/e2e/scenarios/single-cluster -run TestCompileOnlymake manifestsNotes
Local e2e was not run; PR CI and the remote kind environment cover the e2e path.