qq280948982 commented on issue #10540:
URL: https://github.com/apache/skywalking/issues/10540#issuecomment-3035976533

   我也遇到了同样的问题,主要原因是有个初始化的 Job 跑不起来,因为里面有用到了 curlimages/curl 
这个镜像,而被我们伟大的GFW给墙了所以拉不下来镜像,数据库就没有初始化因而就提示 table does not exist 
了。但我愿为祖国建设事业奋斗的心怎可被小小的GFW阻挡,于是我按照如下的方式解决了:
   1. 将整个chart拉下来
   `helm pull oci://<国内可访问的镜像代理源>/apache/skywalking-helm --untar`
   
   2. 修改 skywalking-helm/templates/_helpers.tpl ,将里面的 curlimages/curl 
加上<国内可访问的镜像代理源>的地址前缀
   
   3. helm upgrade skywalking-release ./skywalking-helm
   
   这样 Job 就可以将镜像拉下来跑啦,又可以愉快的当牛马继续去搬砖了~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to