-
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
update k8s api to 0.22.2 #1652
update k8s api to 0.22.2 #1652
Conversation
Welcome @anthonyho007! |
Hi @anthonyho007. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anthonyho007 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Running into this issue when working on Kubernetes 1.22 compatibility, we have a strong dependency on this. This PR is much needed and appreciated 👍 |
@bowei @swetharepakula this is getting pretty critical. |
Thanks for the PR! We have been holding back on this because we have needed elements from older K8s releases for the e2e tests. Our e2e tests need to be able to run against K8s versions earlier than 1.22 which has been our biggest blocker. We will reevaluate our decision and see if we are in a position to update now. However before this change can be made, the dependency changes require ingress-gce to be updated to use Go 1.16 or higher. /ok-to-test |
/retest |
1 similar comment
/retest |
@anthonyho007: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
The repo has been updated to use Golang 1.16, which unblocks the upgrade to k8s api 0.22.2. Please try rebasing. The test failures are not flakes but due to the golang versions |
/assign @bowei |
to fix ingress-gce apis import error due to kubernetes/kube-openapi#234