Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ff31ff1e
Commit
ff31ff1e
authored
Mar 05, 2018
by
Pengfei Ni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken useManagedIdentityExtension for azure cloud provider
parent
c6d0726d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
azure_auth.go
pkg/cloudprovider/providers/azure/auth/azure_auth.go
+1
-1
azure.go
pkg/cloudprovider/providers/azure/azure.go
+0
-3
No files found.
pkg/cloudprovider/providers/azure/auth/azure_auth.go
View file @
ff31ff1e
...
@@ -43,7 +43,7 @@ type AzureAuthConfig struct {
...
@@ -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"`
}
}
...
...
pkg/cloudprovider/providers/azure/azure.go
View file @
ff31ff1e
...
@@ -109,9 +109,6 @@ type Config struct {
...
@@ -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"`
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment