Skip to content
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

Makefile: add kind-egressgw targets #28793

Merged
merged 2 commits into from Oct 26, 2023
Merged

Makefile: add kind-egressgw targets #28793

merged 2 commits into from Oct 26, 2023

Conversation

jibi
Copy link
Member

@jibi jibi commented Oct 25, 2023

add 2 new Makefile targets to allow quickly spawning a cluster with egressgw configured in order to run the cilium CLI tests:

➜  cilium git:(pr/jibi/kind-egressgw) make kind-egressgw && make kind-image && make kind-egressgw-install-cilium
[..]
➜  cilium connectivity test --test egress-gateway --include-unsafe-tests
[..]
[=] Test [egress-gateway]
..................
[=] Test [egress-gateway-excluded-cidrs]
..

add a new kind-egressgw target that creates a kind cluster configured
for egressgw development, specifically with:

* 3 workers nodes
* kind-worker3 already configured to not run Cilium

Signed-off-by: Gilberto Bertin <jibi@cilium.io>
add a new kind-egressgw-install-cilium target that installs a local Cilium
version into the cluster with the egress gateway feature enabled

Signed-off-by: Gilberto Bertin <jibi@cilium.io>
@jibi jibi added the release-note/misc This PR makes changes that have no direct user impact. label Oct 25, 2023
@jibi jibi requested a review from aanm October 25, 2023 16:18
@jibi jibi requested review from a team as code owners October 25, 2023 16:18
@jibi
Copy link
Member Author

jibi commented Oct 25, 2023

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Oct 25, 2023
@jibi jibi merged commit 5cc4090 into main Oct 26, 2023
209 of 212 checks passed
@jibi jibi deleted the pr/jibi/kind-egressgw branch October 26, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants