wget安装flannel插件-连接失败

wget安装flannel插件-连接失败

使用wget下载flannel插件时连接失败,导致无法下载

wget https://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml

失败信息

正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.108.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|151.101.108.133|:443... 失败:拒绝连接。

提供两种方法

是因为网站被墙了

一、多次尝试去下载

这个有点low

二、添加域名解析

/etc/hosts文件添加如下解析

199.232.68.133 raw.githubusercontent.com

就可以正常下载了。

正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 199.232.68.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|199.232.68.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:14416 (14K) [text/plain]
正在保存至: “kube-flannel.yml”

100%[==============================================================>] 14,416      --.-K/s 用时 0.01s   

2021-02-08 17:10:51 (1.01 MB/s) - 已保存 “kube-flannel.yml” [14416/14416])

三、域名解析技巧

网上的域名都是需要购买的,有一定的期限,当期限到了,可能需要重重新购买IP或者域名,导致有时候域名和IP解析会出现不匹配进而无法下载以及访问相关网络,可以通过万网查询或者IP查询等方法进行解析,然后添加到域名解析;
推荐两个域名查询网址:
http://ip.cn
http://www.net.cn/static/customercare/yourip.asp
https://www.boce.com/dns/sellercentral.amazon.com

你可能感兴趣的:(运维,Linux,kubernetes,网络,linux,k8s,wget)