mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-14 12:00:15 +00:00
Windows test for subPath is failing due to an issue related to removeUnusedContainers calls. After image is changed to Agnhost, it automatically has a args by default. However, there are places to use container commands instead of args and causing issues. This is the first step to fix this issue. Next plan to replace busybox used in Linux with Agnhost which can work for both linux and windows. I also mark two subPath tests as LinuxOnly. I think they are not ready for windows yet. Before they were passing due to wrong reason. The tests checks failed container status but the contain fails due to other reasons than what we expected.