wget
失敗資訊
正在解析主機 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]
)
k8s 安裝flannel網路外掛程式
master node01節點 同樣安裝步驟 mkdir p etc cni net.d cat name cbr0 type flannel delegate isdefaultgateway true eofmkdir usr share oci umount oci umount.d p mk...
安裝配置 flannel
上一節我們部署了 etcd,本節安裝和配置 flannel。build flannel flannel 沒有現成的執行檔案可用,必須自己 build,最可靠的方法是在 docker 容器中 build。不過用於做 build 的 docker 映象託管在 gcr.io,國內可能無法直接訪問,為方便大...
離線安裝wget
阿里yum源無法使用時,離線安裝wget命令。系統版本centos8.0。安裝wget需要用到的依賴環境 以上安裝包也可以在此獲取 2 解壓 tar zxvf wget 1.21.tar.gz 3 配置 進入wget解壓目錄,輸入命令 configure 可能提示錯誤 configure error...