Created
October 16, 2014 07:38
-
-
Save rajdavies/5a3e46f3fe432de6b39c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rajdavies@rajdmac:~/dev/tmp/openshift$ ~/dev/projects/fabric8/bin/reset-openshift | |
Killing openshift | |
No matching processes belonging to you were found | |
Removing old OpenShift files | |
Killing running docker images | |
Usage: docker kill [OPTIONS] CONTAINER [CONTAINER...] | |
Kill a running container using SIGKILL or a specified signal | |
-s, --signal="KILL" Signal to send to the container | |
Restarting OpenShift | |
I1016 08:37:19.990393 00686 start.go:122] Starting an OpenShift all-in-one, reachable at http://192.168.1.105:8080 (etcd: http://192.168.1.105:4001) | |
I1016 08:37:19.992412 00686 start.go:134] Node: rajdmac.home | |
I1016 08:37:19.992461 00686 etcd.go:29] Started etcd at 192.168.1.105:4001 | |
[etcd] Oct 16 08:37:19.993 INFO | openshift.local is starting a new cluster | |
[etcd] Oct 16 08:37:19.994 INFO | etcd server [name openshift.local, listen on 0.0.0.0:4001, advertised url http://192.168.1.105:4001] | |
[etcd] Oct 16 08:37:19.994 INFO | peer server [name openshift.local, listen on 0.0.0.0:7001, advertised url http://127.0.0.1:7001] | |
[etcd] Oct 16 08:37:19.994 INFO | openshift.local starting in peer mode | |
[etcd] Oct 16 08:37:19.994 INFO | openshift.local: state changed from 'initialized' to 'follower'. | |
[etcd] Oct 16 08:37:19.994 INFO | openshift.local: state changed from 'follower' to 'leader'. | |
[etcd] Oct 16 08:37:19.994 INFO | openshift.local: leader changed from '' to 'openshift.local'. | |
I1016 08:37:19.996000 00686 controller.go:38] Creating build controller with timeout=1200 | |
I1016 08:37:19.996099 00686 master.go:74] Started Kubernetes Scheduler | |
I1016 08:37:19.996109 00686 master.go:65] Started Kubernetes Replication Manager | |
I1016 08:37:19.996213 00686 master.go:167] Started Kubernetes API at http://192.168.1.105:8080/api/v1beta1 | |
I1016 08:37:19.996223 00686 master.go:167] Started Kubernetes API at http://192.168.1.105:8080/api/v1beta2 | |
I1016 08:37:19.996227 00686 master.go:169] Started OpenShift API at http://192.168.1.105:8080/osapi/v1beta1 | |
I1016 08:37:19.996265 00686 master.go:202] Started OpenShift static asset server at http://192.168.1.105:8091 | |
E1016 08:37:20.000892 00686 healthy_registry.go:77] rajdmac.home failed health check with error: Get http://rajdmac.home:10250/healthz: dial tcp 192.168.1.105:10250: connection refused | |
I1016 08:37:20.011771 00686 node.go:53] Connecting to Docker at tcp://dockerhost:2375 | |
I1016 08:37:20.011866 00686 node.go:115] Started Kubernetes Proxy on 0.0.0.0 | |
E1016 08:37:20.012059 00686 docker.go:86] Unable to parse Docker config file: unexpected end of JSON input | |
I1016 08:37:20.012093 00686 node.go:98] Started Kubelet for node rajdmac.home, server at 0.0.0.0:10250 | |
installing fabric8 | |
E1016 08:37:22.015879 00686 etcd.go:166] Failed to get the key: registry/services/endpoints/hawtio-service 100: Key not found (/registry/services/endpoints) [5] | |
E1016 08:37:22.015902 00686 etcd.go:149] Couldn't get endpoints for hawtio-service : 100: Key not found (/registry/services/endpoints) [5] skipping | |
E1016 08:37:22.023783 00686 etcd.go:166] Failed to get the key: registry/services/endpoints/hawtio-service 100: Key not found (/registry/services/endpoints) [6] | |
E1016 08:37:22.023806 00686 etcd.go:149] Couldn't get endpoints for hawtio-service : 100: Key not found (/registry/services/endpoints) [6] skipping | |
E1016 08:37:22.029297 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.029707 00686 etcd.go:166] Failed to get the key: registry/services/endpoints/registryservice 100: Key not found (/registry/services/endpoints) [7] | |
E1016 08:37:22.029722 00686 etcd.go:149] Couldn't get endpoints for registryservice : 100: Key not found (/registry/services/endpoints) [7] skipping | |
E1016 08:37:22.029805 00686 proxier.go:410] Failed to get a socket for registryservice: listen tcp 0.0.0.0:5001: bind: address already in use | |
Creation succeeded for Service with 'id=hawtio-service' | |
Creation succeeded for ReplicationController with 'id=hawtioController' | |
Creation succeeded for Service with 'id=registryservice' | |
Creation succeeded for ReplicationController with 'id=registryController' | |
rajdavies@rajdmac:~/dev/tmp/openshift$ E1016 08:37:22.035906 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.041962 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.043897 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.046136 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.050287 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.050992 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.053035 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.056097 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.057775 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.059281 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.063533 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.064259 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.066331 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.067753 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.071223 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.073591 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.074526 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.078904 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.079610 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.083995 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.084535 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.086919 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.087781 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.091697 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.092569 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.094184 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.097645 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.098945 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.100914 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.113683 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.115383 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.116822 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.120194 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.121549 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.123403 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.124738 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.128087 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.129416 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.131189 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.134933 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.135755 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.138156 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.140598 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.142041 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.143832 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.147799 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.148641 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.151126 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.153625 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.155091 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.156885 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.158358 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.162721 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.163412 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.165335 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.168342 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.169956 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.171440 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.174836 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.176176 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.177960 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.181018 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.182675 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.184264 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.187728 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.189030 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.191438 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.192334 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.196559 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.197397 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.199785 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.202242 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.203736 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.205500 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.209334 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.210165 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.211902 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.215223 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.216558 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.218307 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.219764 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.223125 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.224622 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.226431 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.230898 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.232711 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.234171 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.237684 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.239141 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.240914 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.244314 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.246019 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.247730 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.251307 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.252664 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.254470 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.255918 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.259535 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.260872 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.262776 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.265782 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.267763 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.269132 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.272568 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.273902 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.275690 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.279873 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.280756 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.283156 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.285642 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.287184 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.288852 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.291935 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.293645 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.295067 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.299022 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.299683 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.302267 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.302941 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.307104 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.307956 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.309575 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.313169 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.314533 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.316401 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.319610 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.321271 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.322733 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.326198 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.327537 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.329268 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.330786 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.333927 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.336333 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.337184 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.341131 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.341986 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.343660 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.348470 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.349906 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.351836 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.355966 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.357309 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.360962 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.363977 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.365535 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.368143 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.370698 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.372608 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.374215 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.377753 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.379227 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.381290 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.382648 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.389031 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.389702 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.392054 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.394664 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.396307 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.398229 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.401330 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.402987 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.404442 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.408526 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.409260 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.411826 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.412471 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.416376 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.417232 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.418846 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.422857 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.423527 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.428248 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.428651 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.431066 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.431912 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.435527 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.436758 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.438547 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.441651 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.443324 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.444869 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.448248 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.449517 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.452080 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.452744 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.456205 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.457506 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.459288 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.462424 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.464243 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.465739 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.469147 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.470476 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.472377 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.476139 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.477002 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.479513 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.482038 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.484361 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.485181 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.489287 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.489931 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.492532 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.493180 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.497156 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.497983 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.499656 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.505265 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.506614 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.508525 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.511925 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.514028 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.515534 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.519119 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.520482 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.522386 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.525563 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.527207 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.529477 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.531866 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.533453 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.535104 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.536557 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.540092 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.541499 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.544663 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.547749 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.549397 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.550931 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.554275 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.555528 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.558237 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.560704 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.562491 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.563936 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.568030 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.568696 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.570673 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.572037 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.575483 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.576873 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.578677 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.582731 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.583598 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.585248 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.588607 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.589915 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.591672 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.595046 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.596754 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.598217 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.602261 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.602964 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.604902 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.606247 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.609611 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.611157 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.612841 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.615991 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.617689 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.619266 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.625613 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.627425 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.629846 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.633146 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.634786 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.636345 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.639646 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.640992 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.642801 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.645913 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.647560 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.648986 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.652415 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.653790 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.655543 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.657054 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.661091 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.661954 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.663621 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.667022 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.668397 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.670169 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.673249 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.674916 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.676367 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.680160 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.681621 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.683383 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.684837 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.688173 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.689617 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.691407 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.695373 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.696245 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.700647 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.712039 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.715686 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.716836 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.722097 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.723027 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.724804 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.728232 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.729616 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.731402 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.734515 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.736161 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.737706 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.741035 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.742329 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.744273 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.745626 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.749220 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.750660 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.752514 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.756519 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.757356 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.759908 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.762590 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.764429 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.765983 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.769321 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.770613 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.772463 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.775588 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.777376 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.778634 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.782762 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.783304 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.785935 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.786600 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.790886 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.791552 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.793575 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.797680 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.798546 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.800182 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.803390 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.804986 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.806637 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.809754 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.811426 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.812896 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.816318 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.817646 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.819439 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.823734 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.824193 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.826816 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.829104 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.833338 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.834004 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.835944 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.838966 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.840656 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.842100 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.845887 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.847291 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.849244 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.852318 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.853991 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.855419 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.858855 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.860335 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.862355 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.863656 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.867788 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.868679 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.873121 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.873506 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.875898 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.876730 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.880588 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.881828 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.883658 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.887461 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.888336 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.890002 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.893308 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.894632 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.896359 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.897819 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.901912 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.902592 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.907152 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.907556 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.909279 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.911423 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.915035 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.916692 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.918147 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.922274 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.922921 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.925279 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.926124 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.930063 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.930910 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.935091 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.935663 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.938088 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.938943 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.942242 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.943944 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.946360 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.948908 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.950375 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.952269 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.955264 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.956958 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.958412 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.962098 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.963450 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.966078 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.966762 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.970867 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.971532 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.973510 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.977300 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.978173 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.980717 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.983318 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.984816 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.986721 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.989750 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.991388 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.992825 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.996759 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.999066 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:22.999905 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.001553 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.005605 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.006258 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.008164 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.011199 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.012849 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.014306 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.017757 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.019052 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.021680 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.024122 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.025967 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.027448 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.032217 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.032899 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.035255 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.036106 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.040212 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.040866 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.043239 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.045756 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.047319 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.048981 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.052076 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.053691 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.055328 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.058675 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.060051 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.061968 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.065308 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.066928 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.068553 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.070203 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.073326 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.074985 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.076525 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.079955 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.081487 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.083292 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.087207 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.088079 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.090457 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.092905 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.094495 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.096206 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.099475 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.101163 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.112349 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.117962 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.119781 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.122106 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.123846 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.127240 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.128669 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.130418 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.134282 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.135148 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.137500 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.139925 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.141413 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.143308 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.146309 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.147912 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.149538 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.155028 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.156401 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.158333 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.159699 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.163390 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.164933 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.166753 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.169890 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.171529 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.173871 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.176311 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.177809 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.179669 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.182681 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.184327 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.185934 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.189271 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.191630 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.192484 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.197095 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.197697 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.200135 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.200966 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.204897 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.205744 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.207358 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.210698 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.211969 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.214512 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.216759 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.218573 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.220018 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.223473 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.224811 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.226606 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.230609 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.231436 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.233872 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.234726 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.238743 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.239602 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.244054 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.244391 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.247615 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.248323 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.252565 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.253258 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.255809 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.258052 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.259903 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.261140 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.265307 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.265972 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.268609 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.269312 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.273535 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.274186 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.276127 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.280542 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.281416 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.283875 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.286404 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.287872 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.289639 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.293470 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.294333 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.296921 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.299202 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.301042 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.302506 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.304325 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.308355 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.309235 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.314356 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.314727 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.317327 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.317994 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.322129 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.322804 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.324757 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.327760 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.329427 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.330862 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.334356 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.335676 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.337494 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.338808 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.342180 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.343683 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.345494 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.348868 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.350548 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.351960 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.355859 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.356713 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.359313 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.361714 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.364267 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.365569 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.369361 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.370435 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.371896 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.375344 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.376692 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.378540 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.379993 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.384170 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.384863 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.387248 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.390340 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.391988 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.393538 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.397097 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.398440 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.401066 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.403393 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.405203 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.406657 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.410073 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.411450 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.413312 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.414669 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.418926 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.419612 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.424201 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.424577 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.426264 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.427952 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.432032 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.432889 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.435308 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.437786 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.439344 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.440983 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.442430 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.445766 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.447244 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.451342 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.451916 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.454448 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.455117 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.459011 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.459860 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.462305 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.465549 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.467042 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.468816 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.471985 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.473676 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.475140 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.478644 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.480009 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.482664 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.483366 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.487343 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.488183 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.492581 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.492973 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.494631 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.496436 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.499415 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.501241 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.502826 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.506282 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.507614 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.509364 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.513527 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.514392 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.516802 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.517663 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.521623 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.522451 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.526877 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.527242 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.529799 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.530454 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.533623 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.535199 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.537687 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.540260 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.541796 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.543708 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.547035 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.548678 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.551064 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.553580 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.555136 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.556807 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.558348 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.561548 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.563112 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.564792 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.567895 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.569513 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.571038 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.574381 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.575745 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.577666 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.582392 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.584236 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.585695 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.589081 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.590491 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.592243 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.593697 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.597219 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.598719 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.600538 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.603735 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.605379 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.606953 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.610264 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.611587 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.613415 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.616673 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.618387 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.619975 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.623485 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.624746 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.626648 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.628010 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.631722 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.633116 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.634930 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.638075 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.639706 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.641226 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.644575 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.645896 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.647706 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.650726 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.652469 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.653924 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.657490 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.658867 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.660741 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.662186 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.666450 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.667127 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.669079 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.672088 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.673777 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.675231 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.678647 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.680013 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.681770 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.685640 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.686481 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.688121 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.691475 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.692764 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.694832 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.697652 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.701870 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.702539 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.704466 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.707381 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.709288 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.710608 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.714407 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.715899 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.717502 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.721336 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.722442 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.724277 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.728135 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.728973 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.731519 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.732190 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.736458 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.737146 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.741649 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.741979 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.743937 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.745297 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.749110 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.750425 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.752213 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.755570 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.757032 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.758452 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.762451 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.763112 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.765040 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.766385 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.770402 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.771061 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.773041 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.777524 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.779291 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.780904 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.785061 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.785727 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.787700 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.790702 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.792365 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.793916 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.797275 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.798596 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.800351 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.801789 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.805254 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.806586 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.808319 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.811579 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.813285 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.814801 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.818348 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.819695 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.821492 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.825412 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.826224 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.827823 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.831469 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.832776 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.835330 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.835995 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.839939 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.840786 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.842380 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.845609 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.847951 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.848813 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.853112 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.853792 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.855777 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.858834 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.860473 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.862052 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.865673 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.866975 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.869537 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.871849 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.873687 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.875131 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.876905 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.880972 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.881622 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.883561 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.886640 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.888328 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.889912 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.894541 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.897603 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.898526 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.902504 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.903384 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.905034 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.908348 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.909680 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.911596 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.915288 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.916137 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.918695 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.919336 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.922851 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.924195 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.926132 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.929260 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.930989 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.932473 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.936593 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.937273 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.939614 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.942076 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.943665 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.945466 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.949328 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.951167 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.952512 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.955935 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.957295 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.959040 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.960573 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.963768 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.965233 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.967050 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.971073 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.971921 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.976149 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.976771 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.979372 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.980173 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.984368 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.985725 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.987502 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.991397 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.992223 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.994809 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.997206 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:23.999764 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.000419 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.004639 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.005210 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.007211 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.010778 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.014926 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.016566 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.018274 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.022260 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.023108 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.025537 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.028030 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.029582 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.031253 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.034373 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.035961 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.037566 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.040820 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.042177 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.043921 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.045436 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.049690 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.050375 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.052823 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.055367 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.056868 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.058755 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.061844 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.063844 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.066558 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.069126 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.071409 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.072244 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.076268 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.077089 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.079537 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.080384 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.084312 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.085161 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.086826 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.092366 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.093053 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.095726 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.098321 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.100252 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.101540 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.105304 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.106467 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.108047 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.111345 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.112704 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.114562 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.118877 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.119347 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.121332 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.122665 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.126280 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.127672 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.129499 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.133047 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.134666 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.136246 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.139596 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.140981 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.142695 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.146820 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.147409 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.149415 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.150745 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.154771 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.155453 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.157837 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.160298 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.162635 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.163493 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.167603 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.168453 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.170118 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.173462 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.174814 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.176668 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.177997 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.182342 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.183031 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.187428 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.187921 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.189591 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.191251 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.195060 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.195876 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.198421 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.200711 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.202519 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.204135 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.208786 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.210156 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.211907 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.216364 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.217000 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.219008 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.220352 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.223820 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.225159 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.226915 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.230741 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.231590 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.235974 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.236454 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.238143 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.239801 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.243074 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.245686 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.247270 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.250949 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.252299 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.254097 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.255569 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.258894 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.260451 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.262116 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.265970 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.266824 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.268456 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.271729 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.273058 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.274827 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.277975 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.279579 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.282005 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.285338 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.286800 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.288599 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.291705 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.293391 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.294924 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.298463 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.299869 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.301663 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.306038 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.306482 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.309038 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.309696 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.313809 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.314483 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.316879 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.319425 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.321042 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.323325 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.326529 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.328911 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.329603 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.333857 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.334614 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.337008 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.337850 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.341916 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.342594 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.344976 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.347495 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.348960 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.350726 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.354582 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.355430 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.357855 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.360446 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.361938 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.363812 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.367927 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.368760 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.370374 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.372057 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.375221 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.376881 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.378458 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.381834 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.383176 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.385076 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.388068 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.389737 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.391152 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.394635 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.395940 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.398517 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.399192 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.404841 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.405547 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.407650 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.410702 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.412351 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.414027 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.417466 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.419035 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.420739 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.424632 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.425484 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.427081 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.430455 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.431841 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.434325 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.436683 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.438520 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.440125 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.441954 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.445946 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.446825 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.451491 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.451865 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.453804 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.455139 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.458587 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.459917 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.461760 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.465610 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.466431 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.468972 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.471276 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.473078 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.474523 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.478108 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.479485 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.481290 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.482886 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.486203 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.487526 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.489262 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.493131 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.494014 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.496501 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.499881 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.501437 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.503261 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.506429 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.508157 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.509730 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.513080 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.514374 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.516968 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.517657 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.523021 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.523697 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.525662 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.528702 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.530404 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.532404 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.536301 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.537521 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.539325 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.542476 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.544124 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.545763 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.549105 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.550445 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.552163 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.556551 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.557007 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.559453 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.560315 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.564986 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.565845 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.567905 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.571054 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.572720 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.574163 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.577557 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.578917 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.580759 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.582083 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.585530 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.586882 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.588610 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.592487 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.593342 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.595011 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.600292 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.601905 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.603583 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.606716 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.608381 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.609890 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.613225 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.614604 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.616648 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.618028 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.622249 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.622920 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.624878 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.627883 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.629509 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.631070 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.635173 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.635849 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.638072 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.641201 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.642858 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.644325 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.648241 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.650781 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.651659 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.655913 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.656488 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.658516 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.659834 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.663313 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.664684 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.666449 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.670362 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.671233 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.672925 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.678473 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.679824 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.681742 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.685018 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.686699 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.688151 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.692194 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.692843 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.695271 00686 factory.go:162] Error scheduling 43e81eee-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e81eee-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e81eee-5507-11e4-84b4-5c969d806649 8 default} map[name:registryPod replicationController:registryController] {{v1beta1 43e81eee-5507-11e4-84b4-5c969d806649 43e81eee-5507-11e4-84b4-5c969d806649 [] [{registry-container registry [] [{ 5000 5000 TCP }] [] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.696143 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{hawtio-container fabric8/hawtio [] [{ 8484 8080 TCP }] [{KUBERNETES_MASTER http://openshifthost:8080} {DOCKER_HOST tcp://dockerhost:2375} {hawtio_config_cloneOnStartup false} {TODO_hawtio_config_importURLs mvn:io.fabric8/wiki/2.0.0-SNAPSHOT/zip}] 0 0 [] <nil> <nil> false }] {0x1177040 <nil> <nil>}} Running map[]} {{ [] [] {<nil> <nil> <nil>}} Waiting map[]}}; retrying | |
E1016 08:37:24.700436 00686 factory.go:162] Error scheduling 43e546fc-5507-11e4-84b4-5c969d806649: failed to find a fit for pod: {{ 43e546fc-5507-11e4-84b4-5c969d806649 2014-10-16 08:37:22 +0100 BST /api/v1beta1/pods/43e546fc-5507-11e4-84b4-5c969d806649 6 default} map[name:hawtioPod replicationController:hawtioController] {{v1beta1 43e546fc-5507-11e4-84b4-5c969d806649 43e546fc-5507-11e4-84b4-5c969d806649 [] [{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment