Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let a specific version of Kubernetes be specified when kube-scoring a file #63

Closed
jameshiew opened this issue Nov 5, 2018 · 2 comments · Fixed by #289
Closed

Let a specific version of Kubernetes be specified when kube-scoring a file #63

jameshiew opened this issue Nov 5, 2018 · 2 comments · Fixed by #289
Labels
enhancement New feature or request

Comments

@jameshiew
Copy link

jameshiew commented Nov 5, 2018

e.g. a warning like the below is emitted when kube-scoring a Deployment file

    [WARNING] Stable version
        * The apiVersion and kind extensions/v1beta1/Deployment is deprecated
             It's recommended to use apps/v1 instead

Deprecation information is Kubernetes version-specific I'm guessing, so this warning should depend on the version of Kubernetes being used.

@zegl
Copy link
Owner

zegl commented Nov 5, 2018

@jameshiew Thanks for the suggestion, this feature makes a lot of sense.

@zegl zegl added the enhancement New feature or request label Nov 5, 2018
@mrgleeco
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants