Andrew, Ye HE
Andrew, Ye HE
nacos-config/src/http_agent.ts里面有下列代码 // 获取请求 url getRequestUrl(currentServer) { let url; if (/:/.test(currentServer)) { url = `http://${currentServer}`; if (this.ssl) { url = `https://${this.currentServer}`;
**重现问题所需的命令**: minikube addons enable registry **失败的命令的完整输出**: Failed to pull image "registry.cn-hangzhou.aliyuncs.com/google_containers/registry:2.7.1@sha256:d5459fcb27aecc752520df4b492b08358a1912fcdfa454f7d2101d4b09991daa": rpc error: code = Unknown desc = Error response from daemon: manifest for registry.cn-hangzhou.aliyuncs.com/google_containers/registry@sha256:d5459fcb27aecc752520df4b492b08358a1912fcdfa454f7d2101d4b09991daa not found: manifest unknown: manifest...
**重现问题所需的命令**: minikube addons enable registry-aliases **失败的命令的完整输出**: 注意虽然minikube显示addon registry-aliases enabled但是实际上image没有被拉取下来,无法启动。原版minikube无此问题。 *** registry-aliases-patch-core-dns Failed to apply default image tag "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": couldn't parse image reference "registry.cn-hangzhou.aliyuncs.com/google_containers//rhdevelopers/core-dns-patcher@sha256:9220ff32f690c3d889a52afb59ca6fcbbdbd99e5370550cc6fd249adea8ed0a9": invalid reference format *** registry-aliases-hosts-update Failed to...