grantmiller1

mariadb

Sep 15th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. root@helmadm:~# kubectl get all --namespace=openstack
  2. NAME READY STATUS RESTARTS AGE
  3. po/ceph-rbd-provisioner-1309006252-2jpr1 1/1 Running 0 15h
  4. po/ceph-rbd-provisioner-1309006252-3xh54 1/1 Running 0 15h
  5. po/etcd-1068885534-c9hlr 1/1 Running 0 11h
  6. po/ingress-api-2210976527-5r0wx 1/1 Running 0 11h
  7. po/ingress-error-pages-3800895091-9spmg 1/1 Running 0 11h
  8. po/libvirt-28sgm 1/1 Running 0 11h
  9. po/libvirt-5bxzg 1/1 Running 0 11h
  10. po/libvirt-lvzrh 1/1 Running 0 11h
  11. po/libvirt-m048n 1/1 Running 0 11h
  12. po/libvirt-pl0ss 1/1 Running 0 11h
  13. po/mariadb-0 0/1 ContainerCreating 0 9h
  14. po/memcached-3317356357-wf0w6 1/1 Running 0 11h
  15. po/openvswitch-db-3tw8h 1/1 Running 0 11h
  16. po/openvswitch-db-kmqwq 1/1 Running 0 11h
  17. po/openvswitch-db-q5vcx 1/1 Running 0 11h
  18. po/openvswitch-db-snlmq 1/1 Running 0 11h
  19. po/openvswitch-db-vmzt1 1/1 Running 0 11h
  20. po/openvswitch-vswitchd-2wpn0 1/1 Running 0 11h
  21. po/openvswitch-vswitchd-6h3r3 1/1 Running 2 11h
  22. po/openvswitch-vswitchd-f8hp3 1/1 Running 2 11h
  23. po/openvswitch-vswitchd-fd211 1/1 Running 2 11h
  24. po/openvswitch-vswitchd-p0pz2 1/1 Running 0 11h
  25. po/rabbitmq-1935765578-8pt6q 1/1 Running 0 11h
  26. po/rabbitmq-1935765578-d9w10 1/1 Running 0 11h
  27. po/rabbitmq-1935765578-fpcpx 1/1 Running 0 11h
  28.  
  29. NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  30. svc/etcd 10.111.13.145 <none> 2379/TCP 11h
  31. svc/ingress-error-pages None <none> 80/TCP 11h
  32. svc/mariadb 10.107.12.171 <none> 3306/TCP 9h
  33. svc/mariadb-discovery None <none> 3306/TCP 9h
  34. svc/memcached 10.109.56.137 <none> 11211/TCP 11h
  35. svc/openstack 10.99.59.62 <none> 80/TCP,443/TCP 11h
  36. svc/rabbitmq 10.105.196.139 <none> 5672/TCP,15672/TCP 11h
  37.  
  38. NAME DESIRED CURRENT AGE
  39. statefulsets/mariadb 3 0 9h
  40.  
  41. NAME DESIRED SUCCESSFUL AGE
  42. jobs/ceph-namespace-client-key-cleaner-tqsnn 1 1 17h
  43. jobs/ceph-namespace-client-key-generator 1 1 15h
  44. jobs/glance-clean-av2el 1 1 17h
  45. jobs/keystone-fernet-rotate-1505001600 1 1 5d
  46.  
  47. NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
  48. deploy/ceph-rbd-provisioner 2 2 2 2 15h
  49. deploy/etcd 1 1 1 1 11h
  50. deploy/ingress-api 1 1 1 1 11h
  51. deploy/ingress-error-pages 1 1 1 1 11h
  52. deploy/memcached 1 1 1 1 11h
  53. deploy/rabbitmq 3 3 3 3 11h
  54.  
  55. NAME DESIRED CURRENT READY AGE
  56. rs/ceph-rbd-provisioner-1309006252 2 2 2 15h
  57. rs/etcd-1068885534 1 1 1 11h
  58. rs/ingress-api-2210976527 1 1 1 11h
  59. rs/ingress-error-pages-3800895091 1 1 1 11h
  60. rs/memcached-3317356357 1 1 1 11h
  61. rs/rabbitmq-1935765578 3 3 3 11h
  62. root@helmadm:~#
  63.  
  64.  
  65. root@helmadm:~# kubectl logs --namespace=openstack po/mariadb-0
  66. Error from server (BadRequest): container "mariadb" in pod "mariadb-0" is waiting to start: ContainerCreating
Advertisement
Add Comment
Please, Sign In to add comment