Skip to content

Warn when using older Kubernetes #594

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

Open
jacobtomlinson opened this issue Mar 13, 2025 · 0 comments
Open

Warn when using older Kubernetes #594

jacobtomlinson opened this issue Mar 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@jacobtomlinson
Copy link
Member

Which project are you requesting an enhancement for?

kr8s

What do you need?

When developing kr8s we follow the same support window as OSS Kubernetes, AWS EKS, Azure AKS and Google Cloud GKE. If a Kubernetes version is still actively supported by one of those groups/platforms then we support it here (we do not follow their extended support dates, only standard support).

That doesn't mean the latest release of kr8s wont work on an older Kubernetes release, it just means we don't test it.

It might be good to warn users if they are using kr8s with a Kubernetes release that is unsupported. We could do this during API construction by querying the version and comparing it to the latest supported release.

@jacobtomlinson jacobtomlinson added the enhancement New feature or request label Mar 13, 2025
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

No branches or pull requests

1 participant