Skip to content

Commit

Permalink
Log the API server host
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Aug 18, 2016
1 parent 202a047 commit 4b0f152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probe/kubernetes/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b0f152

Please sign in to comment.