kelproject / pykube

Python client library for Kubernetes
Apache License 2.0
349 stars 183 forks source link

return resp.content instead of resp.text for logs #154

Open de1o opened 6 years ago

de1o commented 6 years ago

requests will treat content encoding as ISO-8859-1 when encoding is not present in response header, which cause resp.text messed up.