Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Loaded volume plugin "flexvolume-k8s/dummy-attachable
  2.  
  3. flexVolume driver k8s/dummy-attachable: using default GetVolumeName for volume dummy-attachable
  4. operationExecutor.VerifyControllerAttachedVolume started for volume "dummy-attachable"
  5. Operation for ""flexvolume-k8s/dummy-attachable/dummy-attachable"" failed. No retries permitted until 2019-04-22 13:42:51.21390334 +0000 UTC m=+4814.674525788 (durationBeforeRetry 500ms). Error: "Volume has not been added to the list of VolumesInUse in the node's volume status for volume "dummy-attachable" (UniqueName: "flexvolume-k8s/dummy-attachable/dummy-attachable") pod "nginx-dummy-attachable"
  6.  
  7. apiVersion: v1
  8. kind: Pod
  9. metadata:
  10. name: nginx-dummy-attachable
  11. namespace: default
  12. spec:
  13. containers:
  14. - name: nginx-dummy-attachable
  15. image: nginx
  16. volumeMounts:
  17. - name: dummy-attachable
  18. mountPath: /data
  19. ports:
  20. - containerPort: 80
  21. volumes:
  22. - name: dummy-attachable
  23. flexVolume:
  24. driver: "k8s/dummy-attachable"
  25.  
  26. Name: nginx-dummy-attachable
  27. Namespace: default
  28. Priority: 0
  29. PriorityClassName: <none>
  30. Node: [node id]
  31. Start Time: Wed, 24 Apr 2019 08:03:21 -0400
  32. Labels: <none>
  33. Annotations: kubernetes.io/limit-ranger: LimitRanger plugin set: cpu request for container nginx-dummy-attachable
  34. Status: Pending
  35. IP:
  36. Containers:
  37. nginx-dummy-attachable:
  38. Container ID:
  39. Image: nginx
  40. Image ID:
  41. Port: 80/TCP
  42. Host Port: 0/TCP
  43. State: Waiting
  44. Reason: ContainerCreating
  45. Ready: False
  46. Restart Count: 0
  47. Requests:
  48. cpu: 100m
  49. Environment: <none>
  50. Mounts:
  51. /data from dummy-attachable (rw)
  52. /var/run/secrets/kubernetes.io/serviceaccount from default-token-hcnhj (ro)
  53. Conditions:
  54. Type Status
  55. Initialized True
  56. Ready False
  57. ContainersReady False
  58. PodScheduled True
  59. Volumes:
  60. dummy-attachable:
  61. Type: FlexVolume (a generic volume resource that is provisioned/attached using an exec based plugin)
  62. Driver: k8s/dummy-attachable
  63. FSType:
  64. SecretRef: nil
  65. ReadOnly: false
  66. Options: map[]
  67. default-token-hcnhj:
  68. Type: Secret (a volume populated by a Secret)
  69. SecretName: default-token-hcnhj
  70. Optional: false
  71. QoS Class: Burstable
  72. Node-Selectors: <none>
  73. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  74. node.kubernetes.io/unreachable:NoExecute for 300s
  75. Events:
  76. Type Reason Age From Message
  77. ---- ------ ---- ---- -------
  78. Warning FailedMount 41s (x6 over 11m) kubelet, [node id] Unable to mount volumes for pod "nginx-dummy-attachable_default([id])": timeout expired waiting for volumes to attach or mount for pod "default"/"nginx-dummy-attachable". list of unmounted volumes=[dummy-attachable]. list of unattached volumes=[dummy-attachable default-token-hcnhj]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement