mirror of https://github.com/prometheus/prometheus
Use protobuf encoding in client-go
Signed-off-by: Maciej Borsz <maciejborsz@google.com>pull/11353/head
parent
734772f828
commit
56eba3ace2
|
@ -336,6 +336,7 @@ func New(l log.Logger, conf *SDConfig) (*Discovery, error) {
|
|||
}
|
||||
|
||||
kcfg.UserAgent = userAgent
|
||||
kcfg.ContentType = "application/vnd.kubernetes.protobuf"
|
||||
|
||||
c, err := kubernetes.NewForConfig(kcfg)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue