Yu Liao

Results 141 comments of Yu Liao

agreed it's better to support more charset, but [python/kubernetes/client/rest.py](https://github.com/kubernetes-client/python/blob/68d5a1479e7d735ea454021bc54e453c9b31baf7/kubernetes/client/rest.py#L232) is generated by openapi generator, so the support needs to be added there.

@DamianFekete could you help send a pr for the documentation you suggested?

the 'scale' behavior (whether to delete currently running pods or not) is implemented on the server side, by the scale subresource. could you add "-v 9" to the kubectl command,...

https://github.com/kubernetes-client/python/blob/4dddad8dc47ba7c3eb26af28cc369e852e4a45db/kubernetes/client/api_client.py#L8 Generated by: https://openapi-generator.tech any change to the file has to be done in the generator.

please submit the fix in the openapi-generator, that is the best way to fix it.

to the latest, then backport it to the version this repo is using currently.

Upgrade request does not support async_req, i think. could you use sync instead?

please add unit test cases in ws_client_test.py