kosmos-io / netdoctor

Apache License 2.0
28 stars 9 forks source link

没有镜像 ghcr.io/kosmos-io/clusterlink-floater:0.2.1 #16

Open 912988434 opened 1 month ago

912988434 commented 1 month ago

[root@dev-tools ~]# ./netctl init I0708 16:49:55.411695 9899 init.go:69] write opts success [root@dev-tools ~]# cat config.json { "namespace": "kosmos-system", "version": "0.2.1", "protocol": "tcp", "podWaitTime": 30, "port": "8889", "maxNum": 3, "cmdTimeout": 10, "srcKubeConfig": "~/.kube/config", "srcImageRepository": "ghcr.io/kosmos-io" } 执行初始化后这里的自动定义的version 为:0.2.1 ,貌似是没有这个镜像 ,但是例子里的v0.2.0是有的 ➜ ~ docker pull --platform linux/amd64 ghcr.io/kosmos-io/clusterlink-floater:0.2.1

Error response from daemon: manifest unknown ➜

~ docker pull --platform linux/amd64 ghcr.io/kosmos-io/clusterlink-floater:v0.2.0

v0.2.0: Pulling from kosmos-io/clusterlink-floater 8921db27df28: Retrying in 1 second 414834ece500: Retrying in 1 second 4c8a6e1d1bac: Retrying in 1 second f945322ee5cb: Waiting 5206f920d3a9: Waiting error pulling image configuration: download failed after attempts=6: Using feature requires a Business Subscription: a SOCKS proxy ➜ ~ docker pull --platform linux/amd64 ghcr.io/kosmos-io/clusterlink-floater:v0.2.1

Error response from daemon: manifest unknown

qq547475331 commented 1 month ago

qq547475331 commented 1 month ago

我也是

duanmengkk commented 1 month ago

floater应该没改啥,就用0.2.0 就行了应该 @912988434 @qq547475331