Gustav Westling

Results 56 comments of Gustav Westling

Ok, just saw that you submitted a PR that changes the behaviour of `Pod Probes`, and I'm not convinced. The reasoning behind why kube-score tries to make sure that different...

Good idea! Do you want to work on it, or should I mark this issue as up-for-grabs?

Requiring a AppArmor annotation can be a bit problematic, 1) AppArmor is a Linux feature. Kubernetes can also run on Windows these days, so requiring Windows-workloads to have a AppArmor...

> What goflags to be set to reference commit and built? `kube-score version: development, commit: N/A, built: N/A` The pre built binaries are created with goreleaser, which sets the following...

I’m in favor of supporting more build systems and release channels to make it easier to get started with kube-score. So I’m supportive of this change, but I have some...

Thanks, I've been reading your [advice thread](https://discourse.nixos.org/t/lets-nudge-for-goreleaser-nix-flakes-support/8186/10?u=blaggacao) and reading up on the status of Go in nix, and it seems like the community hasn't really made up its mind on...

Hey, I’m not very familiar with OpenShift, but I don’t see any reason for why this project should not support it. Pull Requests are welcome.

Hey, kube-score expects to receive all objects as input to the program so that it can make the correlations between them. You can see the testcase in https://github.com/zegl/kube-score/blob/master/score/testdata/hpa-targets-deployment.yaml as an...

Hi @prabhu. It's cool to see that you've integrated kube-score into scan! I agree with you that it would be great to have some traceability of where the configuration input...

There is a new Seccomp API landing in v1.19 and is becoming GA: [[KEP]](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190717-seccomp-ga.md). With this in mind, this issue is likely worth revisiting as the Seccomps are here to...