Skip to content

Commit

Permalink
Enable kindless management cluster upgrade for snow provider (#6846)
Browse files Browse the repository at this point in the history
  • Loading branch information
panktishah26 authored Oct 18, 2023
1 parent 76b841c commit f11dfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func NewClusterE2ETest(t T, provider Provider, opts ...ClusterE2ETestOpt) *Clust

// For kindless management upgrade task
// Remove this once we remove feature flag for ExpSelfManagedAPIUpgrade.
if provider.Name() == constants.VSphereProviderName || provider.Name() == constants.CloudStackProviderName || provider.Name() == constants.TinkerbellProviderName {
if provider.Name() == constants.VSphereProviderName || provider.Name() == constants.CloudStackProviderName || provider.Name() == constants.TinkerbellProviderName || provider.Name() == constants.SnowProviderName {
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeGate, "true"))
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeEnvVar, "true"))
}
Expand Down

0 comments on commit f11dfd8

Please sign in to comment.