Skip to content

Commit 612fcda

Browse files
committed
add a comment for features.Flexvolumes
1 parent ab54e44 commit 612fcda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/e2e/feature/feature.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@ var (
149149
// Testing eviction manager
150150
Eviction = framework.WithFeature(framework.ValidFeatures.Add("Eviction"))
151151

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.
153157
Flexvolumes = framework.WithFeature(framework.ValidFeatures.Add("Flexvolumes"))
154158

155159
// TODO: document the feature (owning SIG, when to use this feature for a test)

0 commit comments

Comments
 (0)