You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: