我在部署k8s集群安装fannel 时候
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
出现报错:The connection to the server raw.githubusercontent.com was refused - did you specify the right host or port?
原因:外网不可访问
解决办法:
在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP。
sudo vim /etc/hosts
加入
185.199.108.133 raw.githubusercontent.com
再次运行
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
即可成功安装fannel
文章来源:https://www.toymoban.com/news/detail-681258.html
希望对各位有所帮助!文章来源地址https://www.toymoban.com/news/detail-681258.html
到了这里,关于解决:The connection to the server raw.githubusercontent.com was refused - did you specify the right ho的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!