Skip to content

Commit

Permalink
Merge pull request #6991 from zetaab/feature/kopsigtometadata
Browse files Browse the repository at this point in the history
add kops instancegroup tag to metadata
  • Loading branch information
k8s-ci-robot authored May 16, 2019
2 parents 7c7425f + 3e9b768 commit 898f11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/openstackmodel/servergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (b *ServerGroupModelBuilder) buildInstances(c *fi.ModelBuilderContext, sg *
igMeta[openstack.TagClusterName] = b.ClusterName()
}
igMeta["k8s"] = b.ClusterName()
igMeta["KopsInstanceGroup"] = ig.Name

startupScript, err := b.BootstrapScript.ResourceNodeUp(ig, b.Cluster)
if err != nil {
Expand Down

0 comments on commit 898f11d

Please sign in to comment.