Skip to content

Commit

Permalink
move DisableAzureStackCloud to azclient
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal committed Jan 10, 2025
1 parent 4c6ae69 commit 374d74a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/provider/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,7 @@ type Config struct {
DisableAvailabilitySetNodes bool `json:"disableAvailabilitySetNodes,omitempty" yaml:"disableAvailabilitySetNodes,omitempty"`
// EnableVmssFlexNodes enables vmss flex nodes support when "VMType" is set to "vmss".
EnableVmssFlexNodes bool `json:"enableVmssFlexNodes,omitempty" yaml:"enableVmssFlexNodes,omitempty"`
// DisableAzureStackCloud disables AzureStackCloud support. It should be used
// when setting AzureAuthConfig.Cloud with "AZURESTACKCLOUD" to customize ARM endpoints
// while the cluster is not running on AzureStack.
DisableAzureStackCloud bool `json:"disableAzureStackCloud,omitempty" yaml:"disableAzureStackCloud,omitempty"`

// Enable exponential backoff to manage resource request retries
CloudProviderBackoff bool `json:"cloudProviderBackoff,omitempty" yaml:"cloudProviderBackoff,omitempty"`
// Use instance metadata service where possible
Expand Down

0 comments on commit 374d74a

Please sign in to comment.