Nico Braun
Nico Braun
@lucwillems > seems swarm service has this option : --container-label-add --container-label-rm any reason why we can't do this on a "plain" container This will cause the container to stop, and...
Welcome to reality. GPT cant write real working code. It's a language model predicting the next word token. It does not have an understanding of actual programming. Well, it doesn't...
This issue was probably opened in the wrong repo. Sorry about that. Maybe we can move it.
So I figured out why the test is failing. Kind of. Since my PR would support both beta and v1, there is a mismatch in the resource count [here](https://github.com/Shopify/kubeaudit/blob/ad40a0cac00ca139569c05b19e2e19e757c85070/internal/k8sinternal/client_test.go#L107) and...
I can remove the beta one from the test. But it would be still better to keep the actual thing around so that both versions are supported right? Maybe we...
I guess this is failing now because the test is still using 1.20 for the kind image. But batch v1 cronjob was only [released in 1.21](https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement/#cronjobs-graduate-to-stable). Given that kubernetes supports...
I tested locally to bump the version. Now there is the next problem. It throws deprecated errors for the beta cronjob. So those tests need be adjusted as well, if...
Sorry, I think I misread your comment. I have also removed the fixture containg the beta job but it still errors. Here is one of the errors. They are all...
Yeah. I didn't find time to look further into this either. I am also not entirely sure how to proceed.
Hi, I just saw that. I forked the repo looking into it, if thats ok.