中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

docker結合flannel網絡

發布時間:2020-07-21 10:54:48 來源:網絡 閱讀:483 作者:瘋狂小二丶 欄目:系統運維

Etcd安裝

生產環境建議使用集群方式

wget?https://github.com/etcd-io/etcd/releases/download/v3.3.15/etcd-v3.3.15-linux-amd64.tar.gz
tar?-zxvf?etcd-v3.3.15-linux-amd64.tar.gz?&&?cd?etcd-v3.3.15-linux-amd64
mv?etcd*?/usr/local/bin/
mkdir?/var/lib/etcd/


cat?/usr/lib/systemd/system/etcd.service?
[Unit]
Description=Etcd?Server
After=netNork.target
After=network-online.target
Wants=network-online.target
[Service]
Type=notify
ExecStart=/usr/local/bin/etcd?\
--name=etcd?\
--data-dir=/var/lib/etcd/default.etcd?\
--listen-peer-urls=http://192.168.3.155:2380?\
--listen-client-urls=http://192.168.3.155:2379,http://127.0.0.1:2379?\
--advertise-client-urls=http://192.168.3.155:2379?\
--initial-advertise-peer-urls=http://192.168.3.155:2380?\
--initial-cluster=etcd=http://192.168.3.155:2380?\
--initial-cluster-token=etcd-cluster?\
--initial-cluster-state=new
Restart=on-failure
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target


systemctl start etcd

docker結合flannel網絡


安裝flannel

yum -y install flannel


cat /etc/sysconfig/flanneld

FLANNEL_ETCD_ENDPOINTS="http://192.168.3.155:2379"

FLANNEL_ETCD_PREFIX="/atomic.io/network"


注冊flannel的網絡配置到etcd

3.3.15版本默認api為V3,flannel支持V2版本

ETCDCTL_API=2 etcdctl --endpoint=http://192.168.3.155:2379 set /atomic.io/network/config '{"Network":"172.17.0.0/16", "SubnetMin": "172.17.1.0", "SubnetMax": "172.17.254.0", "Backend": {"Type": "vxlan"}}'


systemctl start flannel

Flannel啟動后,將從etcd獲取網絡配置信息

劃分子網并在etcd中注冊

將網絡配置寫入/run/flannel/subnet.env,并通過腳本生成/run/flannel/docker文件

docker結合flannel網絡

查看etcd注冊信息

docker結合flannel網絡


修改docker啟動參數

cat /usr/lib/systemd/system/docker.service

EnvironmentFile=/var/run/flannel/docker

ExecStart=/usr/bin/dockerd $DOCKER_NETWORK_OPTIONS


systemctl daemon-reload && systemctl restart docker


查看IP

docker結合flannel網絡


參考:

https://coreos.com/flannel/docs/latest/running.html#docker-integration

https://coreos.com/flannel/docs/latest/flannel-config.html

https://github.com/etcd-io/etcd

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

双城市| 丹巴县| 分宜县| 安平县| 英超| 隆回县| 华坪县| 漾濞| 昂仁县| 宁城县| 阜新| 蒲江县| 图木舒克市| 汾阳市| 合山市| 张家港市| 论坛| 柳州市| 定边县| 丹东市| 石台县| 奉节县| 乌兰县| 东平县| 抚远县| 莱州市| 阳西县| 大厂| 永顺县| 江西省| 牡丹江市| 皋兰县| 夹江县| 彩票| 神木县| 盐山县| 石河子市| 松桃| 雷山县| 乐亭县| 乐平市|