Jamie Scott

Results 9 issues of Jamie Scott

Today, kube-linter shows the output `Warning: no valid objects found.` when there is an invalid yaml file. The error messages could be made more clear. Rather than asking users to...

enhancement
good first issue
hacktoberfest

The docker socket policy is now too specific. Docker is being deprecated. We should modify our policy to be future proof and include the cir-o socket. After all you can...

enhancement

As an integrity check, we should add a SHA256 hash reference for each release. This could be as simple as a document with each shasum per release.

To improve usability it would be great to directly scan helm charts using a reference to a helm repository or by directly specifying a tar.gz file that could be obtained...

enhancement

Don't use naked Pods (that is, Pods not bound to a ReplicaSet or Deployment) if you can avoid it. Naked Pods will not be rescheduled in the event of a...

Another update for consideration: The CIS benchmark for Kubernetes asks to minimize admission of containers with that share the hostIPC namespace. Consider adding a linting check for pods that share...

enhancement

Here are some readability/UX enhancement requests for Kube-Linter. Here are some initial suggestions for your consideration that I think would improve the user experience. There are several so feel free...

enhancement

Team, I think its appropriate at this point to update some of the security documentation to include more detail about TLS and ACLs. Looking for feedback here, but I think...

Commands in chapter 8 rely on the depreciated replicas. This is several places throughout the book. It was removed in 1.18. https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#deprecation-4 kubectl run be-default \ > --image=gcr.io/kuar-demo/kuard-amd64:blue \ >...