kube-linter
kube-linter copied to clipboard
Add support for validating objects against a specific version of Kubernetes
My question is that when you do kube-linter lint
does it use k8s latest stable API to validate against. And if so, is there a way to use specific version of k8s API in case when team is not using latest k8s?
Sorry if this question doesn't make sense. I am not sure how lint is done.
Hi @nirav24, yes, it happens against the latest stable API right now (ie, 1.19). This is a good feature request, I will add it to the roadmap.
Hi @nirav24, yes, it happens against the latest stable API right now (ie, 1.19). This is a good feature request, I will add it to the roadmap.
Thanks @viswajithiii, How do I take on issue to work? Sorry if this is not the place to ask this kind of questions.
Hi @nirav24, yes, it happens against the latest stable API right now (ie, 1.19). This is a good feature request, I will add it to the roadmap.
Thanks @viswajithiii, How do I take on issue to work? Sorry if this is not the place to ask this kind of questions.
@nirav24: This is absolutely the right place for that question! If you let me know you would like to work on an issue, I can add you as an assignee. For this specific issue, though, I already have some partial code that handles this, so I would not recommend picking it up. However, feel free to pick up any other issue from the roadmap. Just comment on the issue first and let me know, so we can avoid redundant work.