kube-linter icon indicating copy to clipboard operation
kube-linter copied to clipboard

Add support for validating objects against a specific version of Kubernetes

Open nirav24 opened this issue 4 years ago • 3 comments

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.

nirav24 avatar Nov 13 '20 17:11 nirav24

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.

viswajithiii avatar Nov 13 '20 20:11 viswajithiii

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 avatar Nov 13 '20 20:11 nirav24

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.

viswajithiii avatar Nov 14 '20 02:11 viswajithiii