Advertisement
karthikvee

airship-keystone-api-errors-2

Apr 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.66 KB | None | 0 0
  1. root@ip-172-16-2-78:~# kubectl describe pod -n openstack keystone-api-66d4459768-nwbc4
  2. Name:           keystone-api-66d4459768-nwbc4
  3. Namespace:      openstack
  4. Node:           ip-172-16-2-78/172.16.2.78
  5. Start Time:     Wed, 24 Apr 2019 11:52:42 +0000
  6. Labels:         application=keystone
  7.                 component=api
  8.                 pod-template-hash=2280015324
  9.                 release_group=airship-openstack-keystone
  10. Annotations:    configmap-bin-hash=a3971ec2b27a9791d4e4689200773f692acbe4afe932948d919a5271e2233bc4
  11.                 configmap-etc-hash=7cee697b44424b0f0c597dc4035be310eacc50fe2e5fb8f925981ebda7fb4308
  12. Status:         Running
  13. IP:             10.97.242.233
  14. Controlled By:  ReplicaSet/keystone-api-66d4459768
  15. Init Containers:
  16.   init:
  17.     Container ID:  docker://19de71793931f1a40b92cc8d0ce4234b4a4f4df46d7a6e9b0b8eb87fdfaab36a
  18.     Image:         quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
  19.     Image ID:      docker-pullable://quay.io/stackanetes/kubernetes-entrypoint@sha256:32b1b657ee4bcc9cc7a1529e31d8e1a06376172373ee020f97f3e78168fde4b6
  20.     Port:          <none>
  21.     Host Port:     <none>
  22.     Command:
  23.       kubernetes-entrypoint
  24.     State:          Terminated
  25.       Reason:       Completed
  26.       Exit Code:    0
  27.       Started:      Wed, 24 Apr 2019 16:14:53 +0000
  28.       Finished:     Wed, 24 Apr 2019 16:14:55 +0000
  29.     Ready:          True
  30.     Restart Count:  2
  31.     Environment:
  32.       POD_NAME:              keystone-api-66d4459768-nwbc4 (v1:metadata.name)
  33.       NAMESPACE:             openstack (v1:metadata.namespace)
  34.       INTERFACE_NAME:        eth0
  35.       PATH:                  /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
  36.       DEPENDENCY_SERVICE:    openstack:memcached,openstack:mariadb
  37.       DEPENDENCY_JOBS:       keystone-db-sync,keystone-credential-setup,keystone-fernet-setup,keystone-rabbit-init
  38.       DEPENDENCY_DAEMONSET:  
  39.       DEPENDENCY_CONTAINER:  
  40.       DEPENDENCY_POD_JSON:  
  41.       COMMAND:               echo done
  42.     Mounts:
  43.       /var/run/secrets/kubernetes.io/serviceaccount from keystone-api-token-gp7kq (ro)
  44. Containers:
  45.   keystone-api:
  46.     Container ID:  docker://3326bdd897596a0ab1cef3c140425f57d71c70e573ab4f79e880d54993e8397a
  47.     Image:         docker.io/openstackhelm/keystone:ocata
  48.     Image ID:      docker-pullable://openstackhelm/keystone@sha256:1d6d781afb086710e9eadbebd491b640bfeb8cefd1ff8e2f47d742361215daa1
  49.     Port:          5000/TCP
  50.     Host Port:     0/TCP
  51.     Command:
  52.       /tmp/keystone-api.sh
  53.       start
  54.     State:          Waiting
  55.       Reason:       CrashLoopBackOff
  56.     Last State:     Terminated
  57.       Reason:       Completed
  58.       Exit Code:    0
  59.       Started:      Thu, 25 Apr 2019 07:20:51 +0000
  60.       Finished:     Thu, 25 Apr 2019 07:20:51 +0000
  61.     Ready:          False
  62.     Restart Count:  228
  63.     Readiness:      http-get http://:5000/ delay=15s timeout=1s period=10s #success=1 #failure=3
  64.     Environment:    <none>
  65.     Mounts:
  66.       /etc/apache2/conf-enabled/wsgi-keystone.conf from keystone-etc (ro)
  67.       /etc/apache2/mods-available/mpm_event.conf from keystone-etc (ro)
  68.       /etc/apache2/ports.conf from keystone-etc (ro)
  69.       /etc/keystone from etckeystone (rw)
  70.       /etc/keystone/credential-keys/ from keystone-credential-keys (rw)
  71.       /etc/keystone/fernet-keys/ from keystone-fernet-keys (rw)
  72.       /etc/keystone/keystone-paste.ini from keystone-etc (ro)
  73.       /etc/keystone/keystone.conf from keystone-etc (ro)
  74.       /etc/keystone/logging.conf from keystone-etc (ro)
  75.       /etc/keystone/policy.json from keystone-etc (ro)
  76.       /etc/keystone/sso_callback_template.html from keystone-etc (ro)
  77.       /tmp/keystone-api.sh from keystone-bin (ro)
  78.       /var/log/apache2 from logs-apache (rw)
  79.       /var/run/apache2 from run-apache (rw)
  80.       /var/run/secrets/kubernetes.io/serviceaccount from keystone-api-token-gp7kq (ro)
  81.       /var/www/cgi-bin/keystone from wsgi-keystone (rw)
  82. Conditions:
  83.   Type           Status
  84.   Initialized    True
  85.   Ready          False
  86.   PodScheduled   True
  87. Volumes:
  88.   etckeystone:
  89.     Type:    EmptyDir (a temporary directory that shares a pod's lifetime)
  90.    Medium:  
  91.  wsgi-keystone:
  92.    Type:    EmptyDir (a temporary directory that shares a pod's lifetime)
  93.     Medium:  
  94.   logs-apache:
  95.     Type:    EmptyDir (a temporary directory that shares a pod's lifetime)
  96.    Medium:  
  97.  run-apache:
  98.    Type:    EmptyDir (a temporary directory that shares a pod's lifetime)
  99.     Medium:  
  100.   keystone-etc:
  101.     Type:        Secret (a volume populated by a Secret)
  102.     SecretName:  keystone-etc
  103.     Optional:    false
  104.   keystone-bin:
  105.     Type:      ConfigMap (a volume populated by a ConfigMap)
  106.     Name:      keystone-bin
  107.     Optional:  false
  108.   keystone-fernet-keys:
  109.     Type:        Secret (a volume populated by a Secret)
  110.     SecretName:  keystone-fernet-keys
  111.     Optional:    false
  112.   keystone-credential-keys:
  113.     Type:        Secret (a volume populated by a Secret)
  114.     SecretName:  keystone-credential-keys
  115.     Optional:    false
  116.   keystone-api-token-gp7kq:
  117.     Type:        Secret (a volume populated by a Secret)
  118.     SecretName:  keystone-api-token-gp7kq
  119.     Optional:    false
  120. QoS Class:       BestEffort
  121. Node-Selectors:  openstack-control-plane=enabled
  122. Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
  123.                  node.kubernetes.io/unreachable:NoExecute for 300s
  124. Events:
  125.   Type     Reason   Age                  From                     Message
  126.   ----     ------   ----                 ----                     -------
  127.   Warning  BackOff  9m (x3980 over 15h)  kubelet, ip-172-16-2-78  Back-off restarting failed container
  128.   Normal   Created  4m (x181 over 15h)   kubelet, ip-172-16-2-78  Created container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement