已解决:Connecting to raw.githubusercontent.com |185.199.109.133|:443... Unable to establish SSL connect

在搭建Kubernetes(k8s)集群并部署flannel网络时,遇到因缺少hosts配置导致的SSL连接错误。通过在/etc/hosts文件中添加raw.githubusercontent.com的IP地址,成功解决了wget下载kube-flannel.yml文件的问题。测试显示下载已完成,集群部署得以继续。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1、问题描述

搭建k8s集群时,有一步需要部署flannel网络,首先需要下载一个yml文件,下载方式如下:

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

报错如下:

[root@k8s-master01 flannel]# wget https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
--2021-12-05 17:56:29--  https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ...
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... 已连接。
无法建立 SSL 连接。

2、问题分析

 没有配置hosts文件。

3、解决方法

按照报错提示在/etc/hosts文件中添加如下内容:

151.101.64.133  raw.githubusercontent.com

4、测试结果

[root@k8s-master01 flannel]# wget https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
--2021-12-05 22:52:08--  https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.64.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|151.101.64.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:5177 (5.1K) [text/plain]
正在保存至: “kube-flannel.yml”

100%[=====================================================================================>] 5,177       --.-K/s 用时 0.03s   

2021-12-05 22:52:10 (200 KB/s) - 已保存 “kube-flannel.yml” [5177/5177])

PS:关于github其他hosts配置如下:

52.74.223.119 github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.64.133 raw.githubusercontent.com
151.101.108.133 user-images.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

魏波.

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值