Paco Xu
Paco Xu
For kernel long term support, see https://wiki.linuxfoundation.org/civilinfrastructureplatform/start and https://endoflife.date/linux - 4.4 & 4.19 are selected as kernel Super Long Term Support (SLTS), and the Civil Infrastructure Platform will provide support...
https://github.com/kubernetes/kubeadm/issues/2890
CIP is something super long-term maintenance for kernel. https://wiki.linuxfoundation.org/civilinfrastructureplatform/start
Signed-off-by: Paco Xu
### Description In v1.31, we announce that cgroup v1 is now in maintenance mode. Top FAQs are 1. how to migrate? 2. what's the benifits? 3. can it cover all...
This should be merged after https://github.com/kubernetes/kubernetes/pull/127489 was merged. xref https://github.com/kubernetes/kubernetes/issues/125234
https://kubernetes.slack.com/archives/C01672LSZL0/p1726321799185879 A prow plugin that can support sending alert to slack when a PR with `cncf-cla: no` label was merged. - like https://github.com/search?q=org%3Akubernetes+is%3Apr+is%3Amerged+label%3A%22cncf-cla%3A+no%22+created%3A%3E2023-01-01+&type=pullrequests
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Reproduce steps 1. make sure podtolerationrestriction is not enable at first....
#### What type of PR is this? /kind failing-test #### What this PR does / why we need it: #### Which issue(s) this PR fixes: xref https://github.com/kubernetes/kubernetes/issues/128171 #### Special notes...
Currently, only root check and corefile migration check before upgrading node. ``` // RunRootCheckOnly initializes checks slice of structs and call RunChecks func RunRootCheckOnly(ignorePreflightErrors sets.Set[string]) error { checks := []Checker{...