mirror of
https://github.com/rancher/rke.git
synced 2025-07-10 13:54:04 +00:00
Merge pull request #3077 from HarrisonWAffel/azure-cloud-provider-tags-1.3
Add `tags` field to the Azure cloud provider
This commit is contained in:
commit
dbb4aa40e2
@ -859,6 +859,8 @@ type AzureCloudProvider struct {
|
||||
// Excludes master nodes (labeled with `node-role.kubernetes.io/master`) from the backend pool of Azure standard loadbalancer, default(nil) to `true`
|
||||
// If want adding the master nodes to ALB, this should be set to `false` and remove the `node-role.kubernetes.io/master` label from master nodes
|
||||
ExcludeMasterFromStandardLB *bool `json:"excludeMasterFromStandardLB,omitempty" yaml:"excludeMasterFromStandardLB,omitempty"`
|
||||
// Tags to be added to shared resources: `foo=bar,bar=foo`
|
||||
Tags string `json:"tags,omitempty" yaml:"tags,omitempty"`
|
||||
}
|
||||
|
||||
// AWSCloudProvider options
|
||||
|
Loading…
Reference in New Issue
Block a user