<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Testing result of new atomic-6 image [1] built by Tango<br>
    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.<br>
    eghobo and I (eliqiao) did some testing works (eghobo_ did most of
    them)<br>
    <br>
    Here is the summary:<br>
    <ul>
      <li>coe=swarm</li>
    </ul>
    <ol>
      <li>    can not pull swarm:0.2.0, try to use 0.4.0 or latest works</li>
      <li>    when creating a container with magnum CLI, the image name
        should use full name like "docker.io/cirros"</li>
    </ol>
    examples for 2:<br>
    <blockquote><i>taget@taget-ThinkStation-P300:~/kubernetes/examples/redis$
        magnum container-create --name testcontainer --image cirros
        --bay swarmbay6 --command "echo hello"</i><i><br>
      </i><i>ERROR: Docker internal Error: 404 Client Error: Not Found
        ("No such image: cirros") (HTTP 500)</i><i><br>
      </i><i>taget@taget-ThinkStation-P300:~/kubernetes/examples/redis$
        magnum container-create --name testcontainer --image
        docker.io/cirros --bay swarmbay6 --command "echo hello"<br>
        <br>
      </i></blockquote>
    <ul>
      <li>coe=k8s (tls_disabled=True)</li>
    </ul>
    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<br>
    <br>
    <blockquote><i>[minion@k8-5qx66ie62f-0-vaucgvagirv4-kube-master-oemtlcotgak6
        ~]$ kubectl get pod</i><br>
      <i>error: couldn't read version from server: Get
        <a class="moz-txt-link-freetext" href="http://localhost:8080/api">http://localhost:8080/api</a>: dial tcp 127.0.0.1:8080: connection
        refused</i><br>
    </blockquote>
    <br>
    netstat shows that 8080 is not in listened, not sure why(not
    familiar with k8s)<br>
    <br>
    <blockquote><i>[minion@k8-5qx66ie62f-0-vaucgvagirv4-kube-master-oemtlcotgak6
        ~]$ ps aux | grep kub</i><br>
      <i>kube       805  0.5  1.0  30232 21436 ?        Ssl  08:12  
        0:29 /usr/bin/kube-controller-manager --logtostderr=true --v=0
        --master=<a class="moz-txt-link-freetext" href="http://127.0.0.1:8080">http://127.0.0.1:8080</a></i><br>
      <i>kube       806  0.1  0.6  17332 13048 ?        Ssl  08:12  
        0:09 /usr/bin/kube-scheduler --logtostderr=true --v=0
        --master=<a class="moz-txt-link-freetext" href="http://127.0.0.1:8080">http://127.0.0.1:8080</a></i><br>
      <i>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=<a class="moz-txt-link-freetext" href="http://127.0.0.1:2379">http://127.0.0.1:2379</a>
        --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</i><br>
      <i>minion    1276  0.0  0.0  11140  1632 pts/1    S+   09:46  
        0:00 grep --color=auto kub</i><br>
    </blockquote>
    <br>
    [1]
    <a class="moz-txt-link-freetext" href="https://fedorapeople.org/groups/magnum/fedora-21-atomic-6-d181.qcow2">https://fedorapeople.org/groups/magnum/fedora-21-atomic-6-d181.qcow2</a><br>
    [2] <a class="moz-txt-link-freetext" href="http://paste.openstack.org/show/475824/">http://paste.openstack.org/show/475824/</a><br>
    <br>
    -- BR, Eli(Li Yong)Qiao
  </body>
</html>