-
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
v1beta1: Update all controllers to use networking.k8s.io/v1beta1 #4081
Conversation
Please wait for that after #4055 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cmluciano If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d7d4143
to
6aeb131
Compare
I'm having trouble with some test cases that might be related to a missed make step. Any ideas on this?
|
@cmluciano I can reproduce this locally. Using k8s/testing_framework to use a real apiserver in the test df35990 and I get decoding errors
Maybe this is an issue with |
Thanks @aledbf I'll take a look at the client-go stuff to see if there is a weird inconsistency. |
/hold |
@cmluciano let me merge #4088 before trying to get this working. With that we can verify this change will not break in k8s < 1.14 |
6aeb131
to
fc307e3
Compare
/retest |
fc307e3
to
aefa555
Compare
aefa555
to
0394eaf
Compare
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
0394eaf
to
9b49f92
Compare
@cmluciano: The following tests 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. |
@cmluciano please wait, do not continue changing the PR. We cannot switch everything to networking. That would mean we break old clusters (< 1.14.0). |
@cmluciano: PR needs rebase. 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. |
Closing in favor of #4127 |
Signed-off-by: Christopher M. Luciano cmluciano@us.ibm.com
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Migrates all controllers and code to target the new networking.k8s.io/v1 APIs
Which issue(s) this PR fixes:
Related: kubernetes/enhancements#758
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
-->