Our e2e test is still fairly flaky, many of them are caused by similar runc errors:
event for l7-default-backend-6d477bf555-rmtvn: {kubelet bootstrap-e2e-minion-group-c073} Failed: Error: failed to create containerd task: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"/server\": stat /server: no such file or directory": unknown
event for monitoring-influxdb-grafana-v4-7649845859-cn67p: {kubelet bootstrap-e2e-minion-group-k0hs} Failed: Error: failed to create containerd task: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"influxd\": executable file not found in $PATH": unknown
I1119 21:50:46.467] Nov 19 21:45:44.316: INFO: Logs of kube-system/monitoring-influxdb-grafana-v4-7649845859-x9nz2:grafana on node bootstrap-e2e-minion-group-s9k6
I1119 21:50:46.467] Nov 19 21:45:44.316: INFO: : STARTLOG
I1119 21:50:46.467] standard_init_linux.go:195: exec user process caused "no such file or directory"
event for calico-typha-vertical-autoscaler-58f7d686f7-x4mj2: {kubelet bootstrap-e2e-minion-group-bcjl} Failed: Error: failed to create containerd container: open /tmp/ctd-username190490050/etc/passwd: no such file or directory
I1110 06:25:24.917] I1110 06:15:23.449592 1 nanny.go:94] Starting dnsmasq [-k --cache-size=1000 --no-negcache --log-facility=- --server=/cluster.local/127.0.0.1#10053 --server=/in-addr.arpa/127.0.0.1#10053 --server=/ip6.arpa/127.0.0.1#10053]
I1110 06:25:24.918] F1110 06:15:23.450086 1 nanny.go:181] Could not start dnsmasq with initial configuration: fork/exec /usr/sbin/dnsmasq: no such file or directory
It seems that rootfs is not complete. Do you know what could cause this? Have you ever seen this? Do you have any suggestion on how to debug this?
/cc @stevvooe @crosbymichael @dmcgowan
Our e2e test is still fairly flaky, many of them are caused by similar runc errors:
It seems that rootfs is not complete. Do you know what could cause this? Have you ever seen this? Do you have any suggestion on how to debug this?
/cc @stevvooe @crosbymichael @dmcgowan