Log the API server host

This commit is contained in:
Alfonso Acosta
2016-08-18 14:57:13 +00:00
parent 47056bde16
commit 9839b3d161

View File

@@ -122,6 +122,7 @@ func NewClient(config ClientConfig) (Client, error) {
}
}
log.Infof("kubernetes: targetting api server %s", restConfig.Host)
c, err := unversioned.New(restConfig)
if err != nil {