Michał Wcisło

Results 10 comments of Michał Wcisło

Hi, thanks for pointing this. I was thinking to move towards automatically generated keywords based on python kubernetes library, which does the same based on kubernetes api. I guess dynamic...

I wasn't able to track the actual issue yet, but seems some dependency now requires python 3.9. That is why I had to update python to 3.9 in CI.

Let's see the updates on https://github.com/kubernetes-client/python/issues/1944

Let's move discussion here. Seems the problem you faced in grafana helm issue: https://github.com/grafana/helm-charts/issues/1515

I think the problem is that in unit tests you are actually trying to connect to real cluster which doesn't exist, you are not using mock ``` @mock.patch('kubernetes.client.BatchV1beta1Api.') ``` which...

Yeah your workaround is way to go, it does the current setting underneath so it is preferred, Please take a look at v0.8.1 at let me know if it works...

ok, reverted in 0.8.2, need to take closer look.

Actually it is reverted in 0.8.3. yeah need to track down how the setting is propagated, latest setting should set both

Ok, did some testing and cannot really reproduce it on my end, so have couple questions: 1. Did it worked in the past for you and is just broken recently?...

Complete checklist At least one example testcase added in testcases/ Library Documentation regenerated according to Generate docs All new testcases tagged as prerelease along other tags to exclude it from...