Testing result of new atomic-6 image [1] built by Tango atomic-5 image has issue to start a container instance(docker version is 1.7.1), Tango built a new atomic-6 image with docker 1.8.1 version. eghobo and I (eliqiao) did some testing works (eghobo_ did most of them) Here is the summary: * coe=swarm 1. can not pull swarm:0.2.0, try to use 0.4.0 or latest works 2. when creating a container with magnum CLI, the image name should use full name like "docker.io/cirros" examples for 2: /taget at taget-ThinkStation-P300:~/kubernetes/examples/redis$ magnum container-create --name testcontainer --image cirros --bay swarmbay6 --command "echo hello"// //ERROR: Docker internal Error: 404 Client Error: Not Found ("No such image: cirros") (HTTP 500)// //taget at taget-ThinkStation-P300:~/kubernetes/examples/redis$ magnum container-create --name testcontainer --image docker.io/cirros --bay swarmbay6 --command "echo hello" / * coe=k8s (tls_disabled=True) kube-apiserver.service can not start up , but could use command line[2] to start, I tried to use kubctl get pod, but failed as /[minion at k8-5qx66ie62f-0-vaucgvagirv4-kube-master-oemtlcotgak6 ~]$ kubectl get pod/ /error: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused/ netstat shows that 8080 is not in listened, not sure why(not familiar with k8s) /[minion at k8-5qx66ie62f-0-vaucgvagirv4-kube-master-oemtlcotgak6 ~]$ ps aux | grep kub/ /kube 805 0.5 1.0 30232 21436 ? Ssl 08:12 0:29 /usr/bin/kube-controller-manager --logtostderr=true --v=0 --master=http://127.0.0.1:8080/ /kube 806 0.1 0.6 17332 13048 ? Ssl 08:12 0:09 /usr/bin/kube-scheduler --logtostderr=true --v=0 --master=http://127.0.0.1:8080/ /root 1246 0.0 1.0 33656 22300 pts/0 Sl+ 09:33 0:00 /usr/bin/kube-apiserver --logtostderr=true --v=0 --etcd_servers=http://127.0.0.1:2379 --insecure-bind-address=0.0.0.0 --insecure-port=8080 --kubelet_port=10250 --allow_privileged=true --service-cluster-ip-range=10.254.0.0/16 --runtime_config=api/all=true/ /minion 1276 0.0 0.0 11140 1632 pts/1 S+ 09:46 0:00 grep --color=auto kub/ [1] https://fedorapeople.org/groups/magnum/fedora-21-atomic-6-d181.qcow2 [2] http://paste.openstack.org/show/475824/ -- BR, Eli(Li Yong)Qiao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151009/de86f29c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: liyong_qiao.vcf Type: text/x-vcard Size: 123 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151009/de86f29c/attachment.vcf>