# Pastebin eP3OH2Vr rwellum@ubuntuk8s:~/openstack$ kubectl describe pods nova-api-create-cell-j483m -n kolla Name: nova-api-create-cell-j483m Namespace: kolla Node: ubuntuk8s/192.168.11.64 Start Time: Fri, 30 Jun 2017 12:15:45 -0400 Labels: controller-uid=5e212cd4-5daf-11e7-bc3f-5254002c8252 job-name=nova-api-create-cell Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"Job","namespace":"kolla","name":"nova-api-create-cell","uid":"5e212cd4-5daf-11e7-bc3f-5254002c8252","apiVe... Status: Running IP: 10.1.0.111 Controllers: Job/nova-api-create-cell Init Containers: dependencies: Container ID: docker://af4f66e5a13d3874e1a00da47a12303ea072de7be457507b5ed7b27c82bfa715 Image: docker.io/kolla/centos-source-kubernetes-entrypoint:4.0.0 Image ID: docker-pullable://kolla/centos-source-kubernetes-entrypoint@sha256:e01591cfdb5def77ebc0f243b4d3fe7c94c19acac7ed41a73bdbca82fbcdd312 Port: State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 30 Jun 2017 12:15:53 -0400 Finished: Fri, 30 Jun 2017 12:19:19 -0400 Ready: True Restart Count: 0 Environment: DEPENDENCY_SERVICE: nova-metadata,nova-api NAMESPACE: kolla Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-r2qkt (ro) initialize-cell-api-logs: Container ID: docker://2ec23c34daa4717d698ccfca9ffac114fed3b505a57fb02b84ae3f8a4afe201d Image: docker.io/kolla/centos-source-nova-api:3.0.3 Image ID: docker-pullable://kolla/centos-source-nova-api@sha256:5db7492ef6847afc59f78a0b15e4d241bcfe60e6896ede48f55a46d17caddf79 Port: Command: sh -ce mkdir /var/log/kolla/nova; chown -R nova: /var/log/kolla/nova; chmod 755 /var/log/kolla/nova; State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 30 Jun 2017 12:19:20 -0400 Finished: Fri, 30 Jun 2017 12:19:20 -0400 Ready: True Restart Count: 0 Environment: Mounts: /var/log/kolla from kolla-logs (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-r2qkt (ro) wait-for-nova-compute-up: Container ID: docker://dfcfea9acd12f8196b630bd095ef2762bc88280f6ada8e4d1cf223fcd7eac619 Image: docker.io/kolla/centos-source-kolla-toolbox:3.0.2 Image ID: docker-pullable://kolla/centos-source-kolla-toolbox@sha256:fe10cce8325402a8c0a175ec88f11be13c8ff46430f6ef22a30c962c817adcbb Port: Command: sh -ce touch /tmp/not_found; while [[ -f /tmp/not_found ]]; do openstack hypervisor list -f value -c State | while read compute_state; do if [ 'x'$compute_state == 'xup' ]; then echo 'Detected at least one compute node in UP state. Exiting...'; rm -f /tmp/not_found; fi; done; sleep 5; done; State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 30 Jun 2017 12:19:25 -0400 Finished: Fri, 30 Jun 2017 12:23:16 -0400 Ready: True Restart Count: 0 Environment: OS_PASSWORD: Optional: false OS_AUTH_URL: http://keystone-internal:5000/v3 OS_PROJECT_NAME: admin OS_USER_DOMAIN_NAME: Default OS_USERNAME: admin OS_PROJECT_DOMAIN_NAME: Default OS_IDENTITY_API_VERSION: 3 OS_REGION_NAME: RegionOne Mounts: /var/log/kolla from kolla-logs (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-r2qkt (ro) Containers: main: Container ID: docker://208eb1e48dd3394e73ef740e7422906f9f760d4cf2ae6f8a729a0d38db92227f Image: docker.io/kolla/centos-source-nova-api:3.0.3 Image ID: docker-pullable://kolla/centos-source-nova-api@sha256:5db7492ef6847afc59f78a0b15e4d241bcfe60e6896ede48f55a46d17caddf79 Port: Command: bash -ce if [ ! -d /etc/nova ]; then mkdir /etc/nova; fi; /bin/cp -aLf /var/lib/kolla/config_files/..data/nova.conf /etc/nova/nova.conf; nova-manage cell_v2 simple_cell_setup; State: Terminated Reason: Error Exit Code: 1 Started: Fri, 30 Jun 2017 12:29:39 -0400 Finished: Fri, 30 Jun 2017 12:29:45 -0400 Last State: Terminated Reason: Error Exit Code: 1 Started: Fri, 30 Jun 2017 12:26:42 -0400 Finished: Fri, 30 Jun 2017 12:26:47 -0400 Ready: False Restart Count: 6 Environment: KOLLA_KUBERNETES: KOLLA_BOOTSTRAP: KOLLA_CONFIG_STRATEGY: COPY_ONCE Mounts: /etc/localtime from host-etc-localtime (ro) /var/lib/kolla/config_files from service-configmap (ro) /var/log/kolla/ from kolla-logs (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-r2qkt (ro) Conditions: Type Status Initialized True Ready False PodScheduled True Volumes: host-etc-localtime: Type: HostPath (bare host directory volume) Path: /etc/localtime kolla-logs: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: service-configmap: Type: ConfigMap (a volume populated by a ConfigMap) Name: nova-api Optional: false default-token-r2qkt: Type: Secret (a volume populated by a Secret) SecretName: default-token-r2qkt Optional: false QoS Class: BestEffort Node-Selectors: kolla_controller=true Tolerations: node.alpha.kubernetes.io/notReady=:Exists:NoExecute for 300s node.alpha.kubernetes.io/unreachable=:Exists:NoExecute for 300s Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 14m 14m 1 default-scheduler Normal Scheduled Successfully assigned nova-api-create-cell-j483m to ubuntuk8s 13m 13m 1 kubelet, ubuntuk8s spec.initContainers{dependencies} Normal Pulled Container image "docker.io/kolla/centos-source-kubernetes-entrypoint:4.0.0" already present on machine 13m 13m 1 kubelet, ubuntuk8s spec.initContainers{dependencies} Normal Created Created container with id af4f66e5a13d3874e1a00da47a12303ea072de7be457507b5ed7b27c82bfa715 13m 13m 1 kubelet, ubuntuk8s spec.initContainers{dependencies} Normal Started Started container with id af4f66e5a13d3874e1a00da47a12303ea072de7be457507b5ed7b27c82bfa715 10m 10m 1 kubelet, ubuntuk8s spec.initContainers{initialize-cell-api-logs} Normal Started Started container with id 2ec23c34daa4717d698ccfca9ffac114fed3b505a57fb02b84ae3f8a4afe201d 10m 10m 1 kubelet, ubuntuk8s spec.initContainers{initialize-cell-api-logs} Normal Created Created container with id 2ec23c34daa4717d698ccfca9ffac114fed3b505a57fb02b84ae3f8a4afe201d 10m 10m 1 kubelet, ubuntuk8s spec.initContainers{wait-for-nova-compute-up} Normal Pulled Container image "docker.io/kolla/centos-source-kolla-toolbox:3.0.2" already present on machine 10m 10m 1 kubelet, ubuntuk8s spec.initContainers{wait-for-nova-compute-up} Normal Created Created container with id dfcfea9acd12f8196b630bd095ef2762bc88280f6ada8e4d1cf223fcd7eac619 10m 10m 1 kubelet, ubuntuk8s spec.initContainers{wait-for-nova-compute-up} Normal Started Started container with id dfcfea9acd12f8196b630bd095ef2762bc88280f6ada8e4d1cf223fcd7eac619 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id 47e4802e61fad703477424d12d172a6037a3ddf4cf13d81021d59c5315e8171e 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id 47e4802e61fad703477424d12d172a6037a3ddf4cf13d81021d59c5315e8171e 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id 03bcfa1df86b27428fbe0b890a3f2a14a2fd85e0f56cb04f0303376eaf634273 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id 03bcfa1df86b27428fbe0b890a3f2a14a2fd85e0f56cb04f0303376eaf634273 6m 6m 1 kubelet, ubuntuk8s Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 10s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id 64468bbaf09cba71d60fb04d3d390208917677a37c933b4c8cbc0c8e77ce6964 6m 6m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id 64468bbaf09cba71d60fb04d3d390208917677a37c933b4c8cbc0c8e77ce6964 5m 5m 2 kubelet, ubuntuk8s Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 20s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" 5m 5m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id cfe8bec2dfdfe85273dfdf580e2d51132d4766b4078c2d6c7a2866f6977dc33e 5m 5m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id cfe8bec2dfdfe85273dfdf580e2d51132d4766b4078c2d6c7a2866f6977dc33e 5m 4m 3 kubelet, ubuntuk8s Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 40s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" 4m 4m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id 02147cb647ea782b92eb3c8bf3222257c7f7b3f0825be46e79a2efd134162e2b 4m 4m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id 02147cb647ea782b92eb3c8bf3222257c7f7b3f0825be46e79a2efd134162e2b 4m 3m 6 kubelet, ubuntuk8s Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 1m20s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" 3m 3m 1 kubelet, ubuntuk8s spec.containers{main} Normal Created Created container with id 63382f31dd5d8a4d6a0e03135a8a714abd75ee4bd5b5157fd35ec0adb35ce16e 3m 3m 1 kubelet, ubuntuk8s spec.containers{main} Normal Started Started container with id 63382f31dd5d8a4d6a0e03135a8a714abd75ee4bd5b5157fd35ec0adb35ce16e 2m 22s 13 kubelet, ubuntuk8s Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" 7s 7s 1 kubelet, ubuntuk8s spec.containers{main} Normal Created (events with common reason combined) 10m 7s 8 kubelet, ubuntuk8s spec.initContainers{initialize-cell-api-logs} Normal Pulled Container image "docker.io/kolla/centos-source-nova-api:3.0.3" already present on machine 6s 6s 1 kubelet, ubuntuk8s spec.containers{main} Normal Started (events with common reason combined) 6m 0s 26 kubelet, ubuntuk8s spec.containers{main} Warning BackOff Back-off restarting failed container 0s 0s 1 kubelet, ubuntuk8s Warning FailedSyncError syncing pod, skipping: failed to "StartContainer" for "main" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=main pod=nova-api-create-cell-j483m_kolla(5e3d3264-5daf-11e7-bc3f-5254002c8252)" rwellum@ubuntuk8s:~/openstack$