Drop legacy kubelet log path
It looks like the Kubernetes update broke E2E tests on the EROFS stack because of some change
to how the legacy log dir is handled. Kubelet currently just crashes because it can't mkdir
/var/log/containers. This directory is apparently only used by fluentd for log collection in upstream
E2E tests and with dockershim, both of which we don't care about. So let's just nuke it.
Test Plan: Fixes things on top of the EROFS stack
X-Origin-Diff: phab/D700
GitOrigin-RevId: 45b7f76a61b7234845ab55fcfbc37a66f69fe065
diff --git a/build/fietsje/deps_kubernetes.go b/build/fietsje/deps_kubernetes.go
index bed7c81..baa7d15 100644
--- a/build/fietsje/deps_kubernetes.go
+++ b/build/fietsje/deps_kubernetes.go
@@ -33,6 +33,7 @@
"k8s-e2e-tests-providerless.patch",
"k8s-fix-paths.patch",
"k8s-fix-logs-path.patch",
+ "k8s-drop-legacy-log-path.patch",
),
).inject(
// repo infra, not requested by k8s, but used with bazel