-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove curl dependencies in e2e tests #9716
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
great! +1 |
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
/assign |
Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
* fix: Replace curl list backend with dbg command #9716 Signed-off-by: Son Bui <[email protected]> * fix: Remove curl dependencies in e2e tests #9716 Signed-off-by: Son Bui <[email protected]> --------- Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
* fix: remove curl on base container #9716 * fix: remove curl on chroot container #9716 Signed-off-by: Son Bui <[email protected]> * fix: remove curl on test runner image #9716 Signed-off-by: Son Bui <[email protected]> * fix: remove curl on e2e runner container #9716 Signed-off-by: Son Bui <[email protected]> --------- Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
Signed-off-by: Son Bui <[email protected]>
In order to remove curl from our controller container, we need to remove curl dependencies in our e2e tests.
https://github.com/search?q=repo%3Akubernetes%2Fingress-nginx%20curlCmd&type=code
These tests should move the http requests to our dbg container which uses nginx for requests.
https://github.com/kubernetes/ingress-nginx/blob/main/cmd/dbg/main.go
https://github.com/kubernetes/ingress-nginx/blob/main/internal/nginx/main.go#L65
The text was updated successfully, but these errors were encountered: