Merge pull request #118451 from jingxu97/june/podonly

Add mininumKubelet tag into ReadWriteOncePod test
This commit is contained in:
Kubernetes Prow Robot 2023-06-05 10:51:27 -07:00 committed by GitHub
commit 2901730626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ func InitCustomReadWriteOncePodTestSuite(patterns []storageframework.TestPattern
tsInfo: storageframework.TestSuiteInfo{
Name: "read-write-once-pod",
TestPatterns: patterns,
FeatureTag: "[MinimumKubeletVersion:1.27]",
},
}
}