-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add tests for multi cluster ingresses #71
Comments
I have kubernetes/kubernetes#55047 for the first with a TODO for the second :) @nicksardo Do you know if we have any ingress tests for multi-zone clusters? |
Automatic merge from submit-queue (batch tested with PRs 55093, 54966, 55047, 54971, 54786). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Adding an e2e test for gce multi cluster ingress Basic test that verifies that multi cluster ingress gets the instance groups annotation. Ref kubernetes/ingress-gce#71 cc @csbell @G-Harmon @nicksardo @bowei ```release-note NONE```
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale cc @MrHohn do we have ingress tests for multi-zone clusters? |
Not that I know of, I was also thinking of a test case that requires adding a new zone to the cluster. But not works have been done at this point. |
ok. Do you plan to add another job that brings up a multizone cluster and then run (all or some selected) existing tests? |
I was thinking about the second case --- adding a zone to a cluster, but it seems like the fist case is something we should add first. I maybe able to take a look later if no ones plan to work on that. |
Sounds great! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@MrHohn Any update on multi-zonal cluster support for testing ingresses? |
/remove-lifecycle stale |
@nikhiljindal Sorry this fell off the radar. I will see if I can do something this week. |
zihong is filing a separate issue for tracking adding multi-zonal tests |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
@nikhiljindal We just added a new test job which runs against a multi-zonal cluster. See https://k8s-testgrid.appspot.com/sig-network-ingress-gce-e2e#ingress-gce-e2e-multi-zone So you should be able to now modify the existing e2e test to check that the annotation has been added for each zone. The code to get the cluster zones can be found at https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/util.go#L5245:6 |
/assign @nikhiljindal |
/close |
@rramkumar1: Closing this issue. In response to this:
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. |
Tasks:
cc @nicksardo @G-Harmon
The text was updated successfully, but these errors were encountered: