kubernetes / sig-release

Repo for SIG release
Apache License 2.0
544 stars 392 forks source link

[Umbrella] Formalize supported release platforms #1337

Closed hasheddan closed 3 years ago

hasheddan commented 4 years ago

We currently build and release k/k artifacts for a number of os / arch platforms (listed below). However, there is no formal process for adding a new platform, retiring an existing platform, determining level of support for an existing platform, or measuring test coverage for an existing platform. The currently supported platforms are listed below:

amd64-linux
arm64-linux
arm-linux
amd64-darwin
386-linux
ppc64le-linux
s390x-linux
386-windows
amd64-windows

This umbrella issue tracks the steps to accomplish the following objectives. It will be updated and linked to more granular issues and PRs.

/kind documentation /area release-eng /priority important-soon /assign /assign @saschagrunert

saschagrunert commented 4 years ago

Looks good, I'll continue with the Tiers on kubernetes/community#5300 got merged.

hasheddan commented 3 years ago

Found this google groups thread and want to loop in @BenTheElder and @johnbelamaric to let y'all know this effort is underway. I am planning on attending SIG-Arch meeting this Thursday https://groups.google.com/g/kubernetes-sig-architecture/c/eHBFgfd6Qxg

hasheddan commented 3 years ago

Slides from presentation to sig-arch: https://docs.google.com/presentation/d/1bctKOljDHwCB6115pphPO3VQ4PiLHcOqYiBA5IXorTE/edit?usp=sharing

saschagrunert commented 3 years ago

Thanks for sharing! Looks like my work assignment ends after https://github.com/kubernetes/sig-release/pull/1360 got merged. Since you're the coordinator of this effort: What are possible next steps for myself to support further? :)

spiffxp commented 3 years ago

/wg k8s-infra I don't think this issue is something the wg needs to drive at all, but putting it on our radar in the event that "should be able to use our build infra" requires attention

spiffxp commented 3 years ago

/sig release

Toasterson commented 3 years ago

@rikatz are you interested in this for FreeBSD?

rikatz commented 3 years ago

@Toasterson I guess it would be good, but OTOH FreeBSD can’t be fully supported nowadays, mostly because of the lack of a kube-proxy that can deal with PF instead of IPTables :)

All the control plane components can run on FreeBSD, and also Kubelet but in the case of kubelet it does nothing as we don’t have today a cri interface to jails, as an example, so I guess the effort for this specific release does not pay the price but this can for sure be something for future releases!

thanks for the heads up!

Toasterson commented 3 years ago

Sure thing! Was meant more as a Heads up.

Considering kube-proxy and thae fact that both illumos and FreeBSD have a virtal switching Infrastructure, it is questionable if we want that at all. IMHO it's the CNI's Job to setup all the IP addresses of the pods and services. For Load balancing IPF/PF can be useful, but we would need to check how we want to do that exactly aswell.

fejta-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

saschagrunert commented 3 years ago

/remove-lifecycle stale

saschagrunert commented 3 years ago

@palnabarun raised interest in refining and working on this one. :raised_hands:

Feel free to drop your thoughts and suggestions here and we can do it together :+1:

saschagrunert commented 3 years ago

Add step to krel stage / release to verify existence of artifacts for all supported platforms

I assume that this has been done within the bill of materials effort.

saschagrunert commented 3 years ago

Closing this issue, created the follow-ups https://github.com/kubernetes/sig-release/issues/1720, https://github.com/kubernetes/sig-release/issues/1721 and https://github.com/kubernetes/sig-release/issues/1722.