-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to see contiv network under "docker network ls" #306
Comments
@shaitmm : we already know this issue. |
@gaurav-dalvi so, can i just upgrade docker to 1.12.6? below is my current docker info: |
Dear experts, i tried to upgrade docker on ctl node to 1.12.6 but the issue still exists. [root@k8master ~]# netctl network ls default default-net data vxlan 0 20.1.1.0/24 |
@shaitmm : Issue is there because of docker 1.12.x . We had no issues with docker 1.11. If you want to try contiv you can try that. If you are strict on Docker 1.12 then I would suggest to wait for couple of days until we resolve above issue. Docker 1.11 with Docker swarm + Contiv Demo : https://github.com/contiv/demo/tree/master/net |
@gaurav-dalvi hi bro, this is the one i use which install docker 1.10.3 as per my comment |
it installs docker 1.11.1 https://github.com/contiv/demo/blob/master/net/net_demo_installer#L197 |
@gaurav-dalvi im Installing Contiv Network with Docker Swarm and stucked at “TASK [etcd: copy the etcd start/stop script] node 3 failed AnsibleUndefinedVarable:’Dict object' has no attribute u' ansible_ens192'". Seems after ansible get iptalbes configured, ens192 on every node are not accessable anymore. pls find env info as below. 10.74.82.246: 10.74.82.247: [root@localhost net]# cat .gen/hosts.log [netplugin-node] |
@shaitmm : I know this error. If you give incorrect interface name / or un reachable interface name in cfg.yml, you get that error. Please kindly check your cfg.yml again. |
@gaurav-dalvi my ansible is the one you mentioned. |
Yes. we will have PR today or tomorrow and I will reply here once that is merged ! |
@gaurav-dalvi hi bro, hopefully the issue is resolved on k8s, could you pls show me the changes of the new release. |
@shaitmm : Can you please check with docker swarm + contiv ? Do git clone make demo make ssh export DOCKER_HOST=tcp://192.168.2.10:3375 You are all se ! |
@gaurav-dalvi |
@gkvijay could you pls guide me through contiv setup with K8s |
@gkvijay hi bro, your input will be highly appreciated. |
@shaitmm, in k8s environment the docker commands will not show the contiv networks. We dont use docker daemon to create the networks. k8s handles it. |
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
The text was updated successfully, but these errors were encountered: