You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This actually depends on the Cloud API providing the PATCH request.
For now, only a PUT request is provided for updating a node pool.
As soon as PATCH is available, we will use it in our sdk.
Current SDK Version
Use-cases
The Kubernetes cluster and node pool update actions use PUT like PATCH, so it would make sense to actually use PATCH.
Attempted Solutions
Proposal
References
https://tools.ietf.org/html/rfc7231#section-4.3.4
https://tools.ietf.org/html/rfc5789#section-2
The text was updated successfully, but these errors were encountered: