-
Notifications
You must be signed in to change notification settings - Fork 593
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
Test & Document Kubernetes Version and API Support #1095
Comments
Instead of targetting 2.0 specifically, maybe we could do it once and for all by:
I don't see why we'd need to treat the 2.0 release in any special manner. |
Ok I'm persuaded we don't need to do this specifically in 2.0 scope (though I would like to for documentation's sake). I've moved this out fo the milestone and reworded it for later grooming, and we can add it as a stretch goal for 2.0 later if we like. |
actually for now I'll just close this and bookmark it for myself and perhaps we can come back to it at a later time if we feel so inclined. |
Re-open context: we're going to check requirements with @eskibars and then groom this for a later scope. |
@mflendrich to deduplicate version support issues we have (they exist in several places) |
While it doesn't resolve this, the following commit does add the version options we need for this in the KTF: Kong/kubernetes-testing-framework@b45df3e |
With the above changes to KTF we can prove version compatibility using our integration testing suite, I would like to see this be the way in which we move forward, and document results. Additionally I think we should make some hard calls to NOT support Kubernetes older than v1.16 |
The
Now Kong/docs.konghq.com#3081 has been made to be the last PR needed to finally resolve this issue by adding the relevant documentation. I'm considering the optional part of the AC resolved by virtue of our CI workflows being publicly available for releases. |
As per a recent @Kong/team-k8s discussion the remaining work (which is all documentation) does not need to block the beta release here. I'm separating the remaining documentation work into its own issue. |
Problem Statement
We need an authoritative source of truth as to which k8s versions are "supported" by which version of KIC.
Proposed solution
We call a version supported if:
The version compatibility matrix lives here.
Acceptance Criteria
Issues
Pull Requests
NOTES
Original spike: #1043
The text was updated successfully, but these errors were encountered: