integ/kubernetes/kubernetes-1.27.5/debian/deb_folder/patches
Boovan Rajendran d8c3451959 Identify platform pods based on pod/namespace labels
This is new changes for the reverted commit
3c6672b7a4

Currently, for static CPU allocation, pods are identified
as platform pods using a hard-coded list of namespaces.
New method identifies a pod as a platform pod using label
assigned to it or its namespace.
This will also assign the pods with kube-system
namespace as platform pod.

This change will introduce a new patch
"Identify-platform-pods-based-on-pod-or-namespace-labels.patch"
to use a new method to identify the platform pods and to
remove the hardcoded list of namespaces, it will also
fix the Kubernetes make test fail issue after merging
the review https://review.opendev.org/c/starlingx/integ/+/907637

This change also include the missed out patch
kubeadm-reduce-UpgradeManifestTimeout.patch for k8s 1.29.

Test Plan:
PASS: Run all Kubelet, kubeadm, kubectl make tests for affected code.
PASS: All affected versions of kubernetes package build successfully.
PASS: Create a pod with the platform label. Pod is classified as
      a platform pod.
PASS: Create a pod without the platform label but in a namespace with
      the platform label. Pod is classified as a platform pod.
PASS: Create a pod without the platform label and in a namespace
      without the platform label. Pod is not classified as a platform
      pod.

Closes-Bug: 2058042

Story: 2010612
Task: 49910

Change-Id: I0cc05c2e9057b64f9191317e72a1bf4d7b8d0771
Signed-off-by: Boovan Rajendran <boovan.rajendran@windriver.com>
2024-04-22 10:36:43 -04:00
..
Affinity-of-guaranteed-pod-to-non-isolated-CPUs.patch Set the affinity of guaranteed pod to non-isolated CPUs 2023-11-28 08:38:10 +00:00
Identify-platform-pods-based-on-pod-or-namespace-labels.patch Identify platform pods based on pod/namespace labels 2024-04-22 10:36:43 -04:00
kubeadm-create-platform-pods-with-zero-CPU-resources.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubeadm-reduce-UpgradeManifestTimeout.patch Set kubernetes kubeadm UpgradeManifestTimeout to 3 minutes 2024-03-17 23:03:19 -04:00
kubelet-CFS-quota-throttling-for-non-integer-cpulimit.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubelet-cpumanager-disable-CFS-quota-throttling.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubelet-cpumanager-infra-pods-use-system-reserved-CP.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubelet-cpumanager-introduce-concept-of-isolated-CPU.patch Revert "Identify platform pods based on pod/namespace labels" 2024-04-22 10:31:15 -04:00
kubelet-cpumanager-keep-normal-containers-off-reserv.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubelet-sort-isolcpus-allocation-when-SMT-enabled.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
kubernetes-make-isolcpus-allocation-SMT-aware.patch Add kubernetes 1.27.5 patches 2023-09-08 13:03:16 -04:00
series Identify platform pods based on pod/namespace labels 2024-04-22 10:36:43 -04:00