Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@ip-172-16-2-78:~# kubectl describe pod -n openstack keystone-api-66d4459768-nwbc4
- Name: keystone-api-66d4459768-nwbc4
- Namespace: openstack
- Node: ip-172-16-2-78/172.16.2.78
- Start Time: Wed, 24 Apr 2019 11:52:42 +0000
- Labels: application=keystone
- component=api
- pod-template-hash=2280015324
- release_group=airship-openstack-keystone
- Annotations: configmap-bin-hash=a3971ec2b27a9791d4e4689200773f692acbe4afe932948d919a5271e2233bc4
- configmap-etc-hash=7cee697b44424b0f0c597dc4035be310eacc50fe2e5fb8f925981ebda7fb4308
- Status: Running
- IP: 10.97.242.233
- Controlled By: ReplicaSet/keystone-api-66d4459768
- Init Containers:
- init:
- Container ID: docker://19de71793931f1a40b92cc8d0ce4234b4a4f4df46d7a6e9b0b8eb87fdfaab36a
- Image: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
- Image ID: docker-pullable://quay.io/stackanetes/kubernetes-entrypoint@sha256:32b1b657ee4bcc9cc7a1529e31d8e1a06376172373ee020f97f3e78168fde4b6
- Port: <none>
- Host Port: <none>
- Command:
- kubernetes-entrypoint
- State: Terminated
- Reason: Completed
- Exit Code: 0
- Started: Wed, 24 Apr 2019 16:14:53 +0000
- Finished: Wed, 24 Apr 2019 16:14:55 +0000
- Ready: True
- Restart Count: 2
- Environment:
- POD_NAME: keystone-api-66d4459768-nwbc4 (v1:metadata.name)
- NAMESPACE: openstack (v1:metadata.namespace)
- INTERFACE_NAME: eth0
- PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
- DEPENDENCY_SERVICE: openstack:memcached,openstack:mariadb
- DEPENDENCY_JOBS: keystone-db-sync,keystone-credential-setup,keystone-fernet-setup,keystone-rabbit-init
- DEPENDENCY_DAEMONSET:
- DEPENDENCY_CONTAINER:
- DEPENDENCY_POD_JSON:
- COMMAND: echo done
- Mounts:
- /var/run/secrets/kubernetes.io/serviceaccount from keystone-api-token-gp7kq (ro)
- Containers:
- keystone-api:
- Container ID: docker://3326bdd897596a0ab1cef3c140425f57d71c70e573ab4f79e880d54993e8397a
- Image: docker.io/openstackhelm/keystone:ocata
- Image ID: docker-pullable://openstackhelm/keystone@sha256:1d6d781afb086710e9eadbebd491b640bfeb8cefd1ff8e2f47d742361215daa1
- Port: 5000/TCP
- Host Port: 0/TCP
- Command:
- /tmp/keystone-api.sh
- start
- State: Waiting
- Reason: CrashLoopBackOff
- Last State: Terminated
- Reason: Completed
- Exit Code: 0
- Started: Thu, 25 Apr 2019 07:20:51 +0000
- Finished: Thu, 25 Apr 2019 07:20:51 +0000
- Ready: False
- Restart Count: 228
- Readiness: http-get http://:5000/ delay=15s timeout=1s period=10s #success=1 #failure=3
- Environment: <none>
- Mounts:
- /etc/apache2/conf-enabled/wsgi-keystone.conf from keystone-etc (ro)
- /etc/apache2/mods-available/mpm_event.conf from keystone-etc (ro)
- /etc/apache2/ports.conf from keystone-etc (ro)
- /etc/keystone from etckeystone (rw)
- /etc/keystone/credential-keys/ from keystone-credential-keys (rw)
- /etc/keystone/fernet-keys/ from keystone-fernet-keys (rw)
- /etc/keystone/keystone-paste.ini from keystone-etc (ro)
- /etc/keystone/keystone.conf from keystone-etc (ro)
- /etc/keystone/logging.conf from keystone-etc (ro)
- /etc/keystone/policy.json from keystone-etc (ro)
- /etc/keystone/sso_callback_template.html from keystone-etc (ro)
- /tmp/keystone-api.sh from keystone-bin (ro)
- /var/log/apache2 from logs-apache (rw)
- /var/run/apache2 from run-apache (rw)
- /var/run/secrets/kubernetes.io/serviceaccount from keystone-api-token-gp7kq (ro)
- /var/www/cgi-bin/keystone from wsgi-keystone (rw)
- Conditions:
- Type Status
- Initialized True
- Ready False
- PodScheduled True
- Volumes:
- etckeystone:
- Type: EmptyDir (a temporary directory that shares a pod's lifetime)
- Medium:
- wsgi-keystone:
- Type: EmptyDir (a temporary directory that shares a pod's lifetime)
- Medium:
- logs-apache:
- Type: EmptyDir (a temporary directory that shares a pod's lifetime)
- Medium:
- run-apache:
- Type: EmptyDir (a temporary directory that shares a pod's lifetime)
- Medium:
- keystone-etc:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-etc
- Optional: false
- keystone-bin:
- Type: ConfigMap (a volume populated by a ConfigMap)
- Name: keystone-bin
- Optional: false
- keystone-fernet-keys:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-fernet-keys
- Optional: false
- keystone-credential-keys:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-credential-keys
- Optional: false
- keystone-api-token-gp7kq:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-api-token-gp7kq
- Optional: false
- QoS Class: BestEffort
- Node-Selectors: openstack-control-plane=enabled
- Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
- node.kubernetes.io/unreachable:NoExecute for 300s
- Events:
- Type Reason Age From Message
- ---- ------ ---- ---- -------
- Warning BackOff 9m (x3980 over 15h) kubelet, ip-172-16-2-78 Back-off restarting failed container
- Normal Created 4m (x181 over 15h) kubelet, ip-172-16-2-78 Created container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement