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.
What type of this PR
Which issue(s) this PR fixes:
Install the stable version in CI.
k8snetworkplumbingwg/multus-cni#1126
WHAT
🤖 Generated by Copilot at 81499b3
This pull request enhances the Makefile, the e2e test file, and the workflow file for the iptables-vpc-nat-gw feature. It makes the code more configurable, readable, and concise, and removes unnecessary steps and dependencies.
🤖 Generated by Copilot at 81499b3
HOW
🤖 Generated by Copilot at 81499b3
ENABLE_NAT_GW
flag (link)MULTUS_VERSION
variable to specify and use consistent version of Multus CNI in workflow and image tag (link)kind-untaint-control-plane
dependencies fromkind-install-vpc-nat-gw
andkind-install-lb-svc
targets inMakefile
(link, link)setupVpcNatGwTestEnvironment
function intest/e2e/iptables-vpc-nat-gw/e2e_test.go
(link).kube-system
suffix withframework.KubeOvnNamespace
variable inovn_eip
package intest/e2e/iptables-vpc-nat-gw/e2e_test.go
(link, link, link)ovn_eip
package intest/e2e/iptables-vpc-nat-gw/e2e_test.go
(link)