-
Notifications
You must be signed in to change notification settings - Fork 509
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
Conformance and Support matrix enhancements #1649
Comments
I think it's relevant to call out a few things that the schema will need to track;
I think we'll also need to get more specific about which objects must always be watched, and which ones can be watched sometimes. I'll make another issue about that now. |
I would add:
@youngnick would you mind moving the "related goal" conformance test linking to a different issue? It could really complicate a fairly simple support matrix to add conformance test linking as a type of acceptance criteria. |
I agree that supported versions should also be included, agreed. I'd like to leave that note in here, but should add that it's not necessary to complete this effort. |
So technically #1709 is starting to at least talk about these ideas, but with the GA timeline it probably wont complete them. It may be helpful for us to consider this a follow up issue to GA to continue the work started in conformance profiles. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hmm I think that there are three asks here:
If that last one is the case, I think that we can close this out. |
@LiorLieberman and I discussed the |
Thats the plan, I planned to graduate We could start with adding a flag or a framework option to opt-in to read supportedFeatures from the GWC and deprecate it later when we want everyone to move to this. |
Yes, I think that adding a flag to allow implementations to opt in to the new behavior is a must, and lets us do the standard three-phase rollout:
The best part about having the flag is that it lets us make the tooling for testing very standard, much easier for folks to replicate the report results if necessary. |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@LiorLieberman, are we still interested in doing this. |
It is still the plan, envoy-gw and istio already support it. @mikemorris mind sharing if and when you plan to implement this? |
@LiorLieberman I believe we are intending to implement this for Azure Application Gateway for Containers but unsure on timeline/roadmap, @snehachhabria may be able to confirm. |
The preference for Application Gateway for Containers is to have releases of features in Gateway API that are a part of the standard channel only and since the supported features is a part of the experimental channel, we will not have an official release supporting it until it becomes a part of the standard channel. If the goal is to implement and provide feedback to help move it to the standard channel, that's something we can do (without any release). @LiorLieberman and @mikemorris let me know if this would work for you'll. |
Thanks @snehachhabria! How would we get the feedback if it would not be released ? |
the feedback would be from what we encounter during implementation and testing internally only |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
This may end up being a GEP, but this issue is to discuss enhancements to the conformance process, with a couple of end goals in mind:
A related goal is:
I've linked these together in this issue because the schema we'll need for the first will end up looking a lot like the column for the second, and that schema will probably be closely related if not identical to what we'll need from the conformance tests too.
The text was updated successfully, but these errors were encountered: