摘要:環境準備虛擬機主機名角色虛擬機需要和外網通信,需要配置配置主機名配置網絡代理有條件可選用戶名密碼代理端口用戶名密碼代理端口可選,如果訪問外網需要代理請正確填寫用戶名密碼代理和端口,追加以上內容到,執行命令使其生效配置代理有條件可選追加上一步
環境準備 虛擬機
主機名 | IP | OS | 角色 |
---|---|---|---|
host01 | 192.168.31.63 | CentOS 7 | Master & Node |
虛擬機需要和外網通信,需要配置EIP配置主機名
[root@host01 ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.31.63 host01配置網絡代理(有條件可選)
export http_proxy="http://用戶名:密碼@代理IP:端口" export https_proxy="https://用戶名:密碼@代理IP:端口" export NO_PROXY="127.0.0.1,localhost"
可選,如果訪問外網需要代理請正確填寫用戶名、密碼、代理IP和端口,追加以上內容到/root/.bashrc,執行命令使其生效
[root@host01 ~]# source /root/.bashrc配置Yum代理(有條件可選)
追加上一步代理配置內容到/etc/yum.conf
關閉防火墻[root@host01 ~]# systemctl stop firewalld [root@host01 ~]# systemctl disable firewalld禁用SELINUX
[root@host01 ~]# cat /etc/selinux/config | grep SELINUX= # SELINUX=disabled SELINUX=disabled [root@host01 ~]# setenforce 0
確保SELINUX=disabled配置系統項
[root@host01 ~]# cat /etc/sysctl.d/k8s.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.ipv4.ip_forward = 1 vm.swappiness=0 [root@host01 ~]# sysctl -p /etc/sysctl.d/k8s.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 net.ipv4.ip_forward = 1 vm.swappiness = 0
新建/etc/sysctl.d/k8s.conf并追加相應內容關閉SWAP
[root@host01 ~]# swapoff -a
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/32697.html
安裝Docker 安裝 [root@host01 ~]# yum makecache [root@host01 ~]# yum install docker [root@host01 ~]# yum install golang 啟動 [root@host01 ~]# systemctl enable docker [root@host01 ~]# systemctl start docker [...
安裝Docker 安裝 [root@host01 ~]# yum makecache [root@host01 ~]# yum install docker [root@host01 ~]# yum install golang 啟動 [root@host01 ~]# systemctl enable docker [root@host01 ~]# systemctl start docker [...
摘要:時間年月日星期日說明本文部分內容均來自慕課網。整體目錄結構如下項目文件用于數據持久化配置項目配置配置視圖解析器配置靜態資源映射配置配置配置自定義指令配置解析器配置,類似于項目啟動類新建,注冊配置類,并將其和當前關聯。 時間:2017年3月19日星期日說明:本文部分內容均來自慕課網。@慕課網:http://www.imooc.com教學示例源碼:無個人學習源碼:https://githu...
摘要:即將發布經過漫長的等待,即將發布。是一款很不錯的組件庫,雖然在的下載量仍遠高于,但不可否認的是在生態和社區活躍度上,更勝一籌。 .markdown-body{word-break:break-word;line-height:1.75;font-weight:400;font-size:15px;overflow-x:hidden;color:#333}.markdown-body h1,...
閱讀 2955·2021-10-20 13:46
閱讀 2512·2021-08-12 13:22
閱讀 2693·2019-08-30 15:54
閱讀 2336·2019-08-30 15:53
閱讀 540·2019-08-30 13:47
閱讀 3574·2019-08-23 16:56
閱讀 1720·2019-08-23 13:02
閱讀 1790·2019-08-23 12:25