Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. kubectl describe po/testapp145
  2. Name: testapp145
  3. Namespace: default
  4. Priority: 0
  5. PriorityClassName: <none>
  6. Node: worker-testing-42/10.128.10.92
  7. Start Time: Mon, 17 Dec 2018 13:16:27 +0100
  8. Labels: <none>
  9. Annotations: kubectl.kubernetes.io/last-applied-configuration:
  10. {"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{},"name":"testapp145","namespace":"default"},"spec":{"containers":[{"command":[...
  11. Status: Terminating (lasts <invalid>)
  12. Termination Grace Period: 30s
  13. IP:
  14. Containers:
  15. busybox:
  16. Container ID:
  17. Image: alpine:latest
  18. Image ID:
  19. Port: <none>
  20. Host Port: <none>
  21. Command:
  22. sleep
  23. 3600
  24. State: Waiting
  25. Reason: ContainerCreating
  26. Ready: False
  27. Restart Count: 0
  28. Environment: <none>
  29. Mounts:
  30. /data from pvc (rw)
  31. /var/run/secrets/kubernetes.io/serviceaccount from default-token-q2nj6 (ro)
  32. Conditions:
  33. Type Status
  34. Initialized True
  35. Ready False
  36. PodScheduled True
  37. Volumes:
  38. pvc:
  39. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  40. ClaimName: demo-cstor-disk-vol145-claim
  41. ReadOnly: false
  42. default-token-q2nj6:
  43. Type: Secret (a volume populated by a Secret)
  44. SecretName: default-token-q2nj6
  45. Optional: false
  46. QoS Class: BestEffort
  47. Node-Selectors: <none>
  48. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  49. node.kubernetes.io/unreachable:NoExecute for 300s
  50. Events:
  51. Type Reason Age From Message
  52. ---- ------ ---- ---- -------
  53. Normal Scheduled 56m default-scheduler Successfully assigned testapp145 to worker-testing-42
  54. Normal SuccessfulAttachVolume 56m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-8a6f3b72-01f5-11e9-b733-005056bcb534"
  55. Normal SuccessfulMountVolume 56m kubelet, worker-testing-42 MountVolume.SetUp succeeded for volume "default-token-q2nj6"
  56. Warning FailedMount 56m kubelet, worker-testing-42 MountVolume.WaitForAttach failed for volume "pvc-8a6f3b72-01f5-11e9-b733-005056bcb534" : failed to get any path for iscsi disk, last err seen:
  57. iscsi: failed to sendtargets to portal 10.3.130.200:3260 output: iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  58. iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  59. iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  60. iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  61. iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  62. iscsiadm: cannot make connection to 10.3.130.200: Connection refused
  63. iscsiadm: connection login retries (reopen_max) 5 exceeded
  64. iscsiadm: No portals found
  65. , err exit status 21
  66. Warning FailedMount 11m (x20 over 54m) kubelet, worker-testing-42 Unable to mount volumes for pod "testapp145_default(8a30f71f-01f5-11e9-b733-005056bcb534)": timeout expired waiting for volumes to attach or mount for pod "default"/"testapp145". list of unmounted volumes=[pvc]. list of unattached volumes=[pvc default-token-q2nj6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement