-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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 PATCH to supported list of proxy subresource verbs #44929
Add PATCH to supported list of proxy subresource verbs #44929
Conversation
@liggitt - it seems you also regenerate some docs. |
/lgtm |
810135a
to
1f4f7a1
Compare
regenerated swagger |
It seems that some more things need regeneration: I0426 22:36:45.984] /go/src/k8s.io/kubernetes/docs/api-reference is out of date. Please run hack/update-api-reference-docs.sh |
1f4f7a1
to
3f4ded1
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, liggitt, wojtek-t
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 41106, 44346, 44929, 44979, 45027) |
I am still getting the "MethodNotAllowed" error when sending a PATCH request to the proxy subresource. Here is an example:
(^^^ The error message is coming from the service, so it reaches the service)
^^^ never reached the server! Also, Here is kubectl version: (I compiled it after seeing this merge)
|
You are still running against a v1.5.6 server. This fix was server side |
On which version of the server this would be available? |
1.7 |
Follow up to #41421 for the proxy subresources