Mikolaj Pawlikowski
Mikolaj Pawlikowski
It looks like your version of k8s deprecated the `apiextensions_v1beta1_api` used in `list_custom_resource_definition`. I think we'll probably need to move onto v1 api. What version of k8s are you running?
Right, that adds up. We'll need to bump up the k8s lib version https://github.com/powerfulseal/powerfulseal/pull/358 and then change the function from the beta to non-beta version. Would you like to give...
Yes, sorry about that. PowefulSeal is in a process of moving into its own organization, and we've had some trouble setting up the CI pipeline. This shouldn't take much longer...
Yes. Apologies for the delay. We're blocked by some paperwork...
Thanks for that @chaitanyaenr Great idea - will be happy to review a PR!
Hey, could you explain more in detail this change? I'm not 100% I understand the 'why' behind it.
Hi and thanks so much for the PR! I was just reading through the code. Could you please give me a use-case for where this is helpful? Many thanks!
@paigerube14 thanks, now it makes so much more sense!
Yes, I think that it would! Better yet, you're not the first person to run into this, maybe let's just change the behaviour to the one you described. The least...
That's right: currently it reads the list of nodes at startup only: https://github.com/powerfulseal/powerfulseal/blob/master/powerfulseal/cli/__main__.py#L525 @jcstanaway do you need support for refreshing the inventory mid-flight?