提交 7d6685dc 编写于 作者: J Jeffrey Sica 提交者: Kubernetes Prow Robot

fix remote sidecar url (#3960)

上级 759cd525
......@@ -255,6 +255,6 @@ func CreateSidecarClient(host string, k8sClient kubernetes.Interface) (
return sidecarClient{}, err
}
log.Printf("Creating remote Sidecar client for %s", host)
c := remoteSidecarClient{client: restClient.CoreV1().RESTClient()}
c := remoteSidecarClient{client: restClient.RESTClient()}
return sidecarClient{client: c}, nil
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册