mirror of https://github.com/kubernetes/kops.git
Merge pull request #4788 from justinsb/tag_igw_consistently
Tag InternetGateways with consistent tags
This commit is contained in:
commit
5b3d4e76a1
|
@ -129,9 +129,8 @@ func (b *NetworkModelBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
Lifecycle: b.Lifecycle,
|
||||
VPC: b.LinkToVPC(),
|
||||
Shared: fi.Bool(sharedVPC),
|
||||
|
||||
Tags: tags,
|
||||
}
|
||||
igw.Tags = b.CloudTags(*igw.Name, *igw.Shared)
|
||||
c.AddTask(igw)
|
||||
|
||||
if !allSubnetsShared {
|
||||
|
|
Loading…
Reference in New Issue