-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Milestone
Description
this PR added code to skip the preflight check for conntrack for versions >= 1.32.
- kubeadm: remove preflight check for existence of conntrack binary kubernetes#126953
because kube-proxy 1.32 no longer needs conntrack.
kubeadm N supports kube-proxy N and N-1.
this means in kubeadm 1.33 we can remove checking for conntrack completely.
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.