This commit is contained in:
p_caiwfeng
2021-11-18 11:40:54 +08:00
parent ca26f873ed
commit d97be7e35c

View File

@@ -211,7 +211,7 @@ func (c *ConnectOptions) startLocalTunServe() {
<-errChan
}
func (c ConnectOptions) setupDNS() {
func (c *ConnectOptions) setupDNS() {
relovConf, err := dns.GetDNSServiceIPFromPod(c.clientset, c.restclient, c.config, util.TrafficManager, c.Namespace)
if err != nil {
log.Fatal(err)