Skip to content

Commit

Permalink
Enable kindless upgrade feature for all the providers (#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
panktishah26 authored Oct 20, 2023
1 parent 9193e87 commit bce1d5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/framework/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ 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 || provider.Name() == constants.SnowProviderName {
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeGate, "true"))
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeEnvVar, "true"))
}
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeGate, "true"))
opts = append(opts, WithEnvVar(features.ExperimentalSelfManagedClusterUpgradeEnvVar, "true"))

for _, opt := range opts {
opt(e)
Expand Down

0 comments on commit bce1d5d

Please sign in to comment.