mirror of https://github.com/kubernetes/kops.git
tweaking ux printing rolled cluster name
This commit is contained in:
parent
9ed7c5537d
commit
8dabeecd3b
|
@ -170,6 +170,6 @@ func (c *RollingUpdateCluster) RollingUpdate(groups map[string]*CloudInstanceGro
|
|||
}
|
||||
}
|
||||
|
||||
glog.Infof("Rolling update completed!")
|
||||
glog.Infof("Rolling update completed for cluster %q!", c.ClusterName)
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue