Skip to content

Commit

Permalink
Update local.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 authored Jan 13, 2025
1 parent a907107 commit 244c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (c *localConfigurator) configureLvs(registryHosts, clientHosts []net.IP) er
}

//todo should make lvs image name as const value in sealer repo.
endpoint := net.JoinHostPort(c.Domain, strconv.Itoa(c.Port), "/global")
endpoint := net.JoinHostPort(c.Domain, strconv.Itoa(c.Port))
lvsImageURL := path.Join(endpoint, common.LvsCareRepoAndTag)

vip := GetRegistryVIP(c.infraDriver)
Expand Down

0 comments on commit 244c485

Please sign in to comment.