kubernetes/cmd
Dan Winship 9f69a3a9d4 kube-proxy: remove iptables-to-userspace fallback
Back when iptables was first made the default, there were
theoretically some users who wouldn't have been able to support it due
to having an old /sbin/iptables. But kube-proxy no longer does the
things that didn't work with old iptables, and we removed that check a
long time ago. There is also a check for a new-enough kernel version,
but it's checking for a feature which was added in kernel 3.6, and no
one could possibly be running Kubernetes with a kernel that old. So
the fallback code now never actually falls back, so it should just be
removed.
2022-08-16 09:21:34 -04:00
..
clicheck Update sig-cli OWNERS 2022-02-14 10:55:35 -07:00
cloud-controller-manager Introduce MultiCIDRRangeAllocator 2022-08-06 00:10:39 +00:00
dependencycheck replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
dependencyverifier replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
gendocs Add cli-maintainers as approvers to cmd/(gendocs|genman|genyaml) 2022-03-28 14:00:35 +02:00
genkubedocs replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
genman Add cli-maintainers as approvers to cmd/(gendocs|genman|genyaml) 2022-03-28 14:00:35 +02:00
genswaggertypedocs hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genutils hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genyaml Add cli-maintainers as approvers to cmd/(gendocs|genman|genyaml) 2022-03-28 14:00:35 +02:00
importverifier replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
kube-apiserver Merge pull request #111697 from thockin/master 2022-08-12 13:44:32 -07:00
kube-controller-manager Merge pull request #109090 from sarveshr7/multicidr-rangeallocator 2022-08-07 15:40:18 -07:00
kube-proxy kube-proxy: remove iptables-to-userspace fallback 2022-08-16 09:21:34 -04:00
kube-scheduler Switch klog call to use structured logging 2022-08-04 10:54:37 -04:00
kubeadm Merge pull request #111596 from muyangren2/addtest_virtualIP 2022-08-04 04:57:46 -07:00
kubectl Update sig-cli OWNERS 2022-02-14 10:55:35 -07:00
kubectl-convert Update sig-cli OWNERS 2022-02-14 10:55:35 -07:00
kubelet cleanup: Remove storageos volume plugins from k8s codebase 2022-08-03 20:19:59 +00:00
kubemark kubelet tracing 2022-08-01 12:55:02 -04:00
linkcheck replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
preferredimports replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00
prune-junit-xml Correctly attribute some datastructures from gotestsum repository 2022-04-01 14:49:15 -04:00
yamlfmt Make yamlfmt tool print filenames 2022-07-13 20:33:40 -07:00
OWNERS Update dims as approver for some top level dirs 2021-11-12 08:50:24 -05:00