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
On Jul 4, 2019, at 4:05 AM, Samuel Richardson ***@***.***> wrote:
@coryodaniel Hey, looks like you beat me to it! Just pulled master and it's working a charm 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Patch operations to the K8s API require a slightly different header from other operations, that is:
Content-Type: application/merge-patch+json
Unless that header is present, the request will fail with:
415: Unsupported Media Type
Further details can be found in: kubernetes/kubernetes#61103
Looks like this fix would be located in: https://github.com/coryodaniel/k8s/blob/master/lib/k8s/client/http_provider.ex#L90 unless I'm misunderstanding something about the HTTP client. I can pick this one up shortly.
The text was updated successfully, but these errors were encountered: