mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Log the API server host
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user