From dbaceefbbf986a56e53cd06caf6ef522ed21e898 Mon Sep 17 00:00:00 2001 From: life <46099295+clcc2019@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:49:49 +0800 Subject: [PATCH] Update utils.go --- pkg/runtime/kubernetes/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runtime/kubernetes/utils.go b/pkg/runtime/kubernetes/utils.go index a4a31e6a3da..227472ac4dc 100644 --- a/pkg/runtime/kubernetes/utils.go +++ b/pkg/runtime/kubernetes/utils.go @@ -187,7 +187,7 @@ func GetClientFromConfig(adminConfPath string) (runtimeClient.Client, error) { } func (k *Runtime) configureLvs(masterHosts, clientHosts []net.IP) error { - lvsImageURL := path.Join(k.Config.RegistryInfo.URL, common.LvsCareRepoAndTag) + lvsImageURL := path.Join(common.LvsCareRepoAndTag) var rs []string var realEndpoints []string