File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ var (
149
149
// Testing eviction manager
150
150
Eviction = framework .WithFeature (framework .ValidFeatures .Add ("Eviction" ))
151
151
152
- // TODO: document the feature (owning SIG, when to use this feature for a test)
152
+ // OWNER: sig-storage
153
+ // These tests need kube-controller-manager that can execute a shell (bash). Most Kubernetes e2e
154
+ // tests run with kube-controller-manager as a distroless container without such a shell.
155
+ // If you need to run these tests, please build your own image with required packages (like bash).
156
+ // See https://github.com/kubernetes/kubernetes/issues/78737 for more details.
153
157
Flexvolumes = framework .WithFeature (framework .ValidFeatures .Add ("Flexvolumes" ))
154
158
155
159
// TODO: document the feature (owning SIG, when to use this feature for a test)
You can’t perform that action at this time.
0 commit comments