-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Delete legacy proxy path #10045
Comments
The service proxy needs to be moved, @csrwng either knows which issue it is or should be able to create the issue if it doesn't exist |
We need:
|
And we won't ever be able to remove the old way from the current API. Only from the new APIs. |
Depends. We could certainly age out API patterns with sufficient lead
time. It just may not be worth it.
|
I will kick this to the next release once #17493 merges. |
I think this had sufficient lead. It creates confusion for generated clients to have both connect and proxy in API. I am going to remove proxy as it is deprecated in 1.2 |
[MILESTONENOTIFIER] Milestone Removed Important: This issue was missing labels required for the v1.9 milestone for more than 3 days: priority: Must specify exactly one of |
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. |
Stale issues rot after 30d 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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
fixed by #59884 |
We right now have two different URL paths in the v1 API for proxying to a pod:
This is because, we're in the process of moving towards using subresources (the second URL), but haven't deleted the legacy path yet (the first one).
This is to keep track of deleting the legacy proxy path.
The text was updated successfully, but these errors were encountered: