Merge pull request #82004 from pohly/ephemeral-beta

ephemeral inline CSI volumes as beta
This commit is contained in:
Kubernetes Prow Robot
2019-08-29 09:30:25 -07:00
committed by GitHub
9 changed files with 8 additions and 9 deletions

View File

@@ -322,8 +322,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() {
expectEphemeral: false,
},
{
// TODO(pohly): remove the feature tag when moving to beta
name: "contain ephemeral=true when using inline volume [Feature:CSIInlineVolume]",
name: "contain ephemeral=true when using inline volume",
podInfoOnMount: &podInfoTrue,
deployClusterRegistrar: true,
expectPodInfo: true,

View File

@@ -45,7 +45,7 @@ var _ TestSuite = &ephemeralTestSuite{}
func InitEphemeralTestSuite() TestSuite {
return &ephemeralTestSuite{
tsInfo: TestSuiteInfo{
name: "ephemeral [Feature:CSIInlineVolume]",
name: "ephemeral",
testPatterns: []testpatterns.TestPattern{
{
Name: "inline ephemeral CSI volume",