Skip to content

Commit

Permalink
Enable kindless upgrade feature for all the providers
Browse files Browse the repository at this point in the history
  • Loading branch information
panktishah26 authored and eks-distro-pr-bot committed Oct 23, 2023
1 parent 15ca9f8 commit bf253a8
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 bf253a8

Please sign in to comment.