mirror of https://github.com/kubernetes/kops.git
Merge pull request #416 from justinsb/nodeup_log_tags
Log active tags in nodeup
This commit is contained in:
commit
71bc2b3b4d
|
|
@ -127,6 +127,9 @@ func (c *NodeUpCommand) Run(out io.Writer) error {
|
||||||
tags[tag] = struct{}{}
|
tags[tag] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
glog.Infof("Config tags: %v", c.config.Tags)
|
||||||
|
glog.Infof("OS tags: %v", osTags)
|
||||||
|
|
||||||
loader := NewLoader(c.config, c.cluster, assets, tags)
|
loader := NewLoader(c.config, c.cluster, assets, tags)
|
||||||
|
|
||||||
tf, err := newTemplateFunctions(c.config, c.cluster, tags)
|
tf, err := newTemplateFunctions(c.config, c.cluster, tags)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue