groundnuty

Results 21 comments of groundnuty

I had a similar problem. Turned out that on my OpenStack the new Ubuntu 20.04 was with `5.4.0-1026-kvm` kernel, instead of `-generic` kernel. The problem was many modules no included...

any chance to become a collaborator to this project and integrate it myself? :)

indeed there is no such feature, I'm not sure if there has to be. Just use the command you referred to accomplish your use case. If there is some more...

I guess it's thanks to all those [stderr to stdout redirections](https://github.com/groundnuty/k8s-wait-for/blob/master/wait_for.sh#L87) ;-( Removing then should make errors visible container logs and also fix the problem. If you happen to have...

There is already a pull request https://github.com/groundnuty/k8s-wait-for/pull/55/commits/f9c3f440058355543a9c17bf3bef86aedb663f53 that bumps curl to the version presented on your image. This week I will get around and release a new version. Thx for...

I know trivia and aqua - it's a good idea. I see there are github actions for trivy, tho first I will need to move travis pipeline to github actions...

@kgusarov added trivy scan as part of the release d36aeab and dedicated daily scan 972c9cf Next release will have all the sec fixes.

@kgusarov new release v1.7 is here and all things reported by trivi has been fixed

To be honest, I just heard of it from you, but after quickly playing with it, for example, it does not allow to wait for a job to complete. On...