Merge pull request #129672 from carlory/flexvolume-feature-label

add a comment to features.Flexvolumes
This commit is contained in:
Kubernetes Prow Robot 2025-01-18 07:50:34 -08:00 committed by GitHub
commit c4358f3ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,11 @@ var (
// Testing eviction manager
Eviction = framework.WithFeature(framework.ValidFeatures.Add("Eviction"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
// OWNER: sig-storage
// These tests need kube-controller-manager that can execute a shell (bash). Most Kubernetes e2e
// tests run with kube-controller-manager as a distroless container without such a shell.
// If you need to run these tests, please build your own image with required packages (like bash).
// See https://github.com/kubernetes/kubernetes/issues/78737 for more details.
Flexvolumes = framework.WithFeature(framework.ValidFeatures.Add("Flexvolumes"))
// TODO: document the feature (owning SIG, when to use this feature for a test)