mirror of https://github.com/kubernetes/kops.git
Fix logging of the generated e2e cluster name
This commit is contained in:
parent
e42a8dd5a5
commit
55940e03b1
|
|
@ -149,8 +149,8 @@ func (d *deployer) verifyKopsFlags() error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
klog.Infof("Using cluster name: %v", d.ClusterName)
|
||||
d.ClusterName = name
|
||||
klog.Infof("Using cluster name: %v", d.ClusterName)
|
||||
}
|
||||
|
||||
if d.KopsBinaryPath == "" && d.KopsVersionMarker == "" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue