-
Notifications
You must be signed in to change notification settings - Fork 397
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
[Umbrella] Formalize supported release platforms #1337
Comments
Looks good, I'll continue with the Tiers on kubernetes/community#5300 got merged. |
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 |
Slides from presentation to sig-arch: https://docs.google.com/presentation/d/1bctKOljDHwCB6115pphPO3VQ4PiLHcOqYiBA5IXorTE/edit?usp=sharing |
Thanks for sharing! Looks like my work assignment ends after #1360 got merged. Since you're the coordinator of this effort: What are possible next steps for myself to support further? :) |
/wg k8s-infra |
/sig release |
@rikatz are you interested in this for FreeBSD? |
@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! |
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. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
@palnabarun raised interest in refining and working on this one. 🙌 Feel free to drop your thoughts and suggestions here and we can do it together 👍 |
I assume that this has been done within the bill of materials effort. |
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:
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
The text was updated successfully, but these errors were encountered: