-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate flxible-ipam job to the cloud Jenkins #6716
Conversation
22b143d
to
1c1e048
Compare
/test-kind-flexible-ipam-e2e |
@KMAnju-2021 squash multiple commits in a single commit |
efb533a
to
bd9de84
Compare
/test-kind-flexible-ipam-e2e |
@KMAnju-2021 , |
/test-kind-flexible-ipam-e2e |
bd9de84
to
238f1be
Compare
/test-kind-flexible-ipam-e2e |
1 similar comment
/test-kind-flexible-ipam-e2e |
@KMAnju-2021 please resolve the conflicts. |
ee9f8cd
to
9c9d772
Compare
/test-kind-flexible-ipam-e2e |
9c9d772
to
0694c68
Compare
/test-kind-flexible-ipam-e2e |
Signed-off-by: KMAnju-2021 <[email protected]>
0694c68
to
0e2bee7
Compare
/test-kind-flexible-ipam-e2e |
docker_run_with_host_net iptables -t filter -A FORWARD -i ${vlan_interfaces[i]} -o ${vlan_interfaces[j]} ACCEPT | ||
docker_run_with_host_net iptables -t filter -A FORWARD -i ${vlan_interfaces[j]} -o ${vlan_interfaces[i]} ACCEPT | ||
docker_run_with_host_net iptables -t filter -A FORWARD -i ${vlan_interfaces[i]} -o ${vlan_interfaces[j]} -j ACCEPT | ||
docker_run_with_host_net iptables -t filter -A FORWARD -i ${vlan_interfaces[j]} -o ${vlan_interfaces[i]} -j ACCEPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
part of: #6698
iptable rules for FlexibleIPAM: #6802