Yu Liao
Yu Liao
what does the kube config look like? does it work if you try using kubectl?
i noticed that, before the upgrade: DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): 10.43.0.1:443 and after the upgrade: DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:80 do you know why is the connection changed...
it seems reasonable, do you mind to send a PR?
there seem to be issues in your use of the client library, could you try the given example in https://github.com/kubernetes-client/python#examples?
/assign @fabianvf
test_portforward_raw is flaky, we have an issue to track fixing it. closing to trigger CI /close
it is mostly duplicates from create_from_yaml, better to refactor it into a common file, then have create_from_yaml, and delete_from_yaml share the common util.
yes, it will be helpful to squash the commits. I'm very busy lately, @palnabarun do you have time to review the PR?