报错 Error: failed to download “stable/openebs“ (hint: running `helm repo update` may help)
找到对应 ip , 再编辑 /etc/hosts 文件,将 ip 和 域名 的映射加到末尾。很显然,是我连不通这个网址。于是,我参考我之前写的那篇文章,找到一个。再次 ping 该 域名 是可以 ping 通的。于是再次执行最开始的命令,可以成功。参考另一篇文章,有进展。
·
执行 helm install --namespace openebs --name openebs stable/openebs --version 1.5.0 的时候报错
[root@k8snode1 repository]# helm install --namespace openebs --name openebs stable/openebs --version 1.5.0
Error: failed to download "stable/openebs" (hint: running `helm repo update` may help)
[root@k8snode1 certs]# echo $(echo -n | openssl s_client -showcerts -connect kubernetes-charts.storage.googleapis.com:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p') >> /etc/ssl/certs/ca-certificates.crt
[root@k8snode1 certs]#
[root@k8snode1 certs]#
[root@k8snode1 certs]# ls
ca-bundle.crt ca-bundle.trust.crt ca-certificates.crt make-dummy-cert Makefile renew-dummy-cert
[root@k8snode1 certs]# helm repo add stable https://kubernetes-charts.storage.googleapis.com
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Get https://kubernetes-charts.storage.googleapis.com/index.yaml: dial tcp: lookup kubernetes-charts.storage.googleapis.com on 192.168.249.39:53: read udp 10.0.2.9:48308->192.168.249.39:53: i/o timeout
参考另一篇文章,有进展
参考文章
按照这篇文章执行,我报错如下:
[root@k8snode1 certs]# helm repo add stable https://charts.helm.sh/stable
Error: Looks like "https://charts.helm.sh/stable" is not a valid chart repository or cannot be reached: Get https://charts.helm.sh/stable/index.yaml: dial tcp: lookup charts.helm.sh on 192.168.249.39:53: read udp 10.0.2.9:60669->192.168.249.39:53: i/o timeout
[root@k8snode1 certs]# ping charts.helm.sh
ping: charts.helm.sh: Name or service not known
很显然,是我连不通这个网址。于是,我参考我之前写的那篇文章,找到一个域名解析网站, 找到对应 ip , 再编辑 /etc/hosts 文件,将 ip 和 域名 的映射加到末尾。
再次 ping 该 域名 是可以 ping 通的。
[root@k8snode1 certs]# ping 185.199.110.153
PING 185.199.110.153 (185.199.110.153) 56(84) bytes of data.
64 bytes from 185.199.110.153: icmp_seq=1 ttl=49 time=323 ms
^C
[root@k8snode1 certs]# ping charts.helm.sh
PING charts.helm.sh (185.199.110.153) 56(84) bytes of data.
64 bytes from charts.helm.sh (185.199.110.153): icmp_seq=2 ttl=49 time=676 ms
64 bytes from charts.helm.sh (185.199.110.153): icmp_seq=5 ttl=49 time=216 ms
^C
--- charts.helm.sh ping statistics ---
然后再次按照该文章执行:
[root@k8snode1 certs]# helm repo add stable https://charts.helm.sh/stable
"stable" has been added to your repositories
[root@k8snode1 certs]# helm repo list
NAME URL
stable https://charts.helm.sh/stable
[root@k8snode1 certs]# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "stable" chart repository
Update Complete.
[root@k8snode1 certs]# helm search
在列出的结果中,可以找到
stable/openebs 1.11.1 1.11.0 DEPRECATED Containerized Storage for Containers
于是再次执行最开始的命令,可以成功。
[root@k8snode1 certs]# helm install --namespace openebs --name openebs stable/openebs --version 1.5.0
NAME: openebs
LAST DEPLOYED: Thu Mar 14 16:04:17 2024
NAMESPACE: openebs
STATUS: DEPLOYED
更新
不需要像我上面那样编辑 /etc/hosts 文件去配置 ip 和 域名 的映射。
直接修改 /etc/sysconfig/network-scripts/ifcfg-eth0 文件,添加 google 和 百度 的DNS服务器。参考这篇文章。
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献3条内容
所有评论(0)