Guest User

Untitled

a guest
Oct 8th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. enmac:private-kubernetes idownard$ kubectl get pods -n idownard-cluster
  2. NAME READY STATUS RESTARTS AGE
  3. admincli-975b9897d-rvsnv 1/1 Running 0 1h
  4. cldb-0 1/1 Running 0 1h
  5. dataaccessgateway-5bcdcb4d7c-sgxsd 1/1 Running 5 1h
  6. kafkarest-69984c5dcf-n22pw 1/1 Running 5 1h
  7. ldap-0 1/1 Running 0 1h
  8. mapr-init-6mxvq 0/1 Completed 0 1h
  9. maprgateway-0 1/1 Running 5 1h
  10. mastgateway-6f94c7fd-lr7lm 1/1 Running 5 1h
  11. mfs-0 1/1 Running 0 1h
  12. mfs-1 1/1 Running 0 1h
  13. mfs-2 1/1 Running 0 1h
  14. nfs-0 1/1 Running 0 1h
  15. s3-0 1/1 Running 5 1h
  16. web-0 1/1 Running 0 1h
  17. zk-0 1/1 Running 0 1h
  18. enmac:private-kubernetes idownard$ kubectl get pods
  19. NAME READY STATUS RESTARTS AGE
  20. dsr-kube 0/1 CrashLoopBackOff 5 5m
  21. enmac:private-kubernetes idownard$ kubectl describe pod dsr-kube
  22. Name: dsr-kube
  23. Namespace: default
  24. Node: gke-idownard-cluster-default-pool-a0b44f5a-hlgm/10.128.0.4
  25. Start Time: Mon, 08 Oct 2018 16:35:05 -0700
  26. Labels: app=dsr-svc
  27. Annotations: <none>
  28. Status: Running
  29. IP: 10.24.1.10
  30. Containers:
  31. dsr:
  32. Container ID: docker://f291aaf58faf3d37c5c5d1257059d55a7e85d405f606ef63377252ec7c6a286e
  33. Image: maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7
  34. Image ID: docker-pullable://maprtech/data-science-refinery@sha256:2838694ac4239fd24bc2872c3c2688be7241da48cd30f8f84594529b90874511
  35. Port: <none>
  36. Host Port: <none>
  37. State: Waiting
  38. Reason: CrashLoopBackOff
  39. Last State: Terminated
  40. Reason: Error
  41. Exit Code: 1
  42. Started: Mon, 08 Oct 2018 16:40:11 -0700
  43. Finished: Mon, 08 Oct 2018 16:40:11 -0700
  44. Ready: False
  45. Restart Count: 5
  46. Requests:
  47. cpu: 500m
  48. memory: 2Gi
  49. Environment:
  50. MAPR_MOUNT_PATH: /mapr
  51. MAPR_CLUSTER: idownard-cluster
  52. MAPR_CLDB_HOSTS: 10.24.0.7
  53. MAPR_CONTAINER_USER: mapr
  54. MAPR_CONTAINER_GROUP: mapr
  55. MAPR_CONTAINER_PASSWORD: mapr
  56. HOST_IP: (v1:status.hostIP)
  57. ZEPPELIN_DEPLOY_MODE: kubernetes
  58. Mounts:
  59. /dev/fuse from fuse (rw)
  60. /var/run/secrets/kubernetes.io/serviceaccount from default-token-ltdvb (ro)
  61. Conditions:
  62. Type Status
  63. Initialized True
  64. Ready False
  65. PodScheduled True
  66. Volumes:
  67. fuse:
  68. Type: HostPath (bare host directory volume)
  69. Path: /dev/fuse
  70. HostPathType:
  71. default-token-ltdvb:
  72. Type: Secret (a volume populated by a Secret)
  73. SecretName: default-token-ltdvb
  74. Optional: false
  75. QoS Class: Burstable
  76. Node-Selectors: <none>
  77. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  78. node.kubernetes.io/unreachable:NoExecute for 300s
  79. Events:
  80. Type Reason Age From Message
  81. ---- ------ ---- ---- -------
  82. Normal Scheduled 6m default-scheduler Successfully assigned dsr-kube to gke-idownard-cluster-default-pool-a0b44f5a-hlgm
  83. Normal SuccessfulMountVolume 6m kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm MountVolume.SetUp succeeded for volume "fuse"
  84. Normal SuccessfulMountVolume 6m kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm MountVolume.SetUp succeeded for volume "default-token-ltdvb"
  85. Normal Pulled 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Successfully pulled image "maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7"
  86. Normal Created 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Created container
  87. Normal Started 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Started container
  88. Warning BackOff 2m (x7 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Back-off restarting failed container
  89. Normal Pulling 1m (x6 over 6m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm pulling image "maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7"
Add Comment
Please, Sign In to add comment