Dear all experts,
i have setup a 1 master 2 nodes env, all of them has 2 nic(mgt+contiv_control) +nic(contiv_network).
After installation, i encountered below issue. Pls enlighten me for the solution.
If any further info is needed, just let me know.
[root@k8master ~]# netctl network ls
Tenant Network Nw Type Encap type Packet tag Subnet Gateway IPv6Subnet IPv6Gateway
default default-net data vxlan 0 20.1.1.0/24
[root@k8master ~]# docker network ls
NETWORK ID NAME DRIVER
7d9ecb823e5f none null
90a19735883c host host
dc5802bd4e44 bridge bridge
[root@k8master k8s]# docker run -itd --net=ms --name=web alpine /bin/sh
docker: Error response from daemon: network ms not found.
Mason
Dear all experts,
i have setup a 1 master 2 nodes env, all of them has 2 nic(mgt+contiv_control) +nic(contiv_network).
After installation, i encountered below issue. Pls enlighten me for the solution.
If any further info is needed, just let me know.
[root@k8master ~]# netctl network ls
Tenant Network Nw Type Encap type Packet tag Subnet Gateway IPv6Subnet IPv6Gateway
default default-net data vxlan 0 20.1.1.0/24
[root@k8master ~]# docker network ls
NETWORK ID NAME DRIVER
7d9ecb823e5f none null
90a19735883c host host
dc5802bd4e44 bridge bridge
[root@k8master k8s]# docker run -itd --net=ms --name=web alpine /bin/sh
docker: Error response from daemon: network ms not found.
Mason