mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 10:25:12 +00:00
Merge pull request #82004 from pohly/ephemeral-beta
ephemeral inline CSI volumes as beta
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user