mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fix broken useManagedIdentityExtension for azure cloud provider
This commit is contained in:
parent
c6d0726df8
commit
ff31ff1eaf
@ -43,7 +43,7 @@ type AzureAuthConfig struct {
|
|||||||
// The password of the client certificate for an AAD application with RBAC access to talk to Azure RM APIs
|
// The password of the client certificate for an AAD application with RBAC access to talk to Azure RM APIs
|
||||||
AADClientCertPassword string `json:"aadClientCertPassword" yaml:"aadClientCertPassword"`
|
AADClientCertPassword string `json:"aadClientCertPassword" yaml:"aadClientCertPassword"`
|
||||||
// Use managed service identity for the virtual machine to access Azure ARM APIs
|
// Use managed service identity for the virtual machine to access Azure ARM APIs
|
||||||
UseManagedIdentityExtension bool `json:"useManagedIdentityExtension"`
|
UseManagedIdentityExtension bool `json:"useManagedIdentityExtension" yaml:"useManagedIdentityExtension"`
|
||||||
// The ID of the Azure Subscription that the cluster is deployed in
|
// The ID of the Azure Subscription that the cluster is deployed in
|
||||||
SubscriptionID string `json:"subscriptionId" yaml:"subscriptionId"`
|
SubscriptionID string `json:"subscriptionId" yaml:"subscriptionId"`
|
||||||
}
|
}
|
||||||
|
@ -109,9 +109,6 @@ type Config struct {
|
|||||||
// Use instance metadata service where possible
|
// Use instance metadata service where possible
|
||||||
UseInstanceMetadata bool `json:"useInstanceMetadata" yaml:"useInstanceMetadata"`
|
UseInstanceMetadata bool `json:"useInstanceMetadata" yaml:"useInstanceMetadata"`
|
||||||
|
|
||||||
// Use managed service identity for the virtual machine to access Azure ARM APIs
|
|
||||||
UseManagedIdentityExtension bool `json:"useManagedIdentityExtension"`
|
|
||||||
|
|
||||||
// Maximum allowed LoadBalancer Rule Count is the limit enforced by Azure Load balancer
|
// Maximum allowed LoadBalancer Rule Count is the limit enforced by Azure Load balancer
|
||||||
MaximumLoadBalancerRuleCount int `json:"maximumLoadBalancerRuleCount"`
|
MaximumLoadBalancerRuleCount int `json:"maximumLoadBalancerRuleCount"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user