-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve the multi-platform compability #288
Comments
Sounds good to me.. |
Labeled as "help wanted" - SIG has to be defined. |
@idvoretskyi As soon as SIG Release is formally formed as a group, I expect the work to belong to that SIG. Also crosses some borders with the cluster lifecycle SIG. |
@calebamiles @pwittrock is SIG-release going to work on this feature? |
@idvoretskyi To clarify, so far I and a couple of other persons have been hacking on this with no formal SIG owning it. However, I'll talk to @ixdy @vishh @thockin and sig-release where we should formally place this |
@luxas it's amazing to see this work in progress! At the same time, the feature has to have one or multiple SIG's, that are formally responsible for its implementation. |
@luxas FYI - I've created a sig/release label and labeled this issue with it. |
@idvoretskyi Perfect, waited for that label! |
I also removed it from Action Required as no actions has to be made for this, targeting v1.8 now |
This depends on the GCR team adding support for manifest lists. Adding to the v1.8 milestone for now. |
Is GCR support for manifest list images an absolute requirement for this? Could docker hub or another public registry that supports manifest list images (if there are any) be used until GCR supports manifest list images? |
Yes, as gcr.io is the repo we're using for kubernetes release artifacts.
No unfortunately not; as that would be a huge, backwards-incompatible change and would result in lots of other complications. I'm told the GCR team is still working on this 😄; but due to that it is not ready yet, this stays in alpha :( |
@luxas @mkumatag @ixdy I'm following up from @claurence's post if there any plans for this to graduate in 1.13? |
given the shortened 1.13 release cycle, i would say that only some work for missing e2e tests could be done in 1.13, maybe CNI could see improvements, but that's a 3rd party dependency. RE: incubated projects: IMHO, a separate KEP should be sent for this and we should omit the incubated project demand from this feature as outlined here. |
/milestone clear |
At this point, this really should not be owned by sig-cluster-lifecycle but should be passed onto @kubernetes/sig-release-feature-requests or the k8s-infra-team. |
@timothysc sig-testing may be another option as the main thing lacking right now is |
@dims I don't think it should be on sig-testings shoulders to manage things like s390x when they don't have the gear to debug. Ideally, I think the consumers should supply signal via federated testing. |
/unassign @timothysc |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@dims - is there a concise description of the hardware and software needs for "federated testing" as described by @timothysc above? I see this has gone stale again, but I don't think the need has passed for it! |
@vielmetti yes!. what he meant was that interested parties should set up their own CI using whatever tools they deem fit BUT publish the results to the community test grid, so any consumers or say the release team can check if any recent changes have broken functionality in other platforms. Here's a HOWTO post results to the community test grid: |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
/lifecycle frozen |
Enhancement issues opened in /remove-lifecycle frozen |
Hello @neolit123 @luxas , I'm the Enhancement Lead for 1.15. Is this feature going to be graduating alpha/beta/stable stages in 1.15? Please let me know so it can be tracked properly and added to the spreadsheet. A KEP will need to be merged before this can be included in 1.15 as well. Once coding begins, please list all relevant k/k PRs in this issue so they can be tracked properly. |
/close we have separate issues for different platforms already logged. let's close this one out |
@dims: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@dims thanks for taking the action.
+1 |
Kubernetes on multiple platforms
sig-release
will probably be the closestkubeadm
It's very hard to estimate alpha/beta/stable levels of this feature as there is no clear graduation path.
Anyway, I'd consider this feature "done" when:
-ARCH
in order to get the right docker image downloaded.KubeCon video where I'm talking about this: https://www.youtube.com/watch?v=ZdzKQwMjg2w
The text was updated successfully, but these errors were encountered: