Guest User

Untitled

a guest
Aug 3rd, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. oc describe pod/image-registry-8c6b76975-x6tb5 -n openshift-image-registry
  2. Name: image-registry-8c6b76975-x6tb5
  3. Namespace: openshift-image-registry
  4. Priority: 2000000000
  5. Priority Class Name: system-cluster-critical
  6. Node: <none>
  7. Labels: docker-registry=default
  8. pod-template-hash=8c6b76975
  9. Annotations: imageregistry.operator.openshift.io/dependencies-checksum: sha256:561366031d747a7c922320dabbed6dc08e1b141c00a7355f1cd59fbc68ad80cf
  10. openshift.io/scc: restricted
  11. Status: Pending
  12. IP:
  13. IPs: <none>
  14. Controlled By: ReplicaSet/image-registry-8c6b76975
  15. Containers:
  16. registry:
  17. Image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f4bed07d69777c12e8482b2250dbd42926885412d9c94475d9b783e59653142c
  18. Port: 5000/TCP
  19. Host Port: 0/TCP
  20. Requests:
  21. cpu: 100m
  22. memory: 256Mi
  23. Liveness: http-get https://:5000/healthz delay=10s timeout=5s period=10s #success=1 #failure=3
  24. Readiness: http-get https://:5000/healthz delay=0s timeout=5s period=10s #success=1 #failure=3
  25. Environment:
  26. REGISTRY_STORAGE: filesystem
  27. REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /registry
  28. REGISTRY_HTTP_ADDR: :5000
  29. REGISTRY_HTTP_NET: tcp
  30. REGISTRY_HTTP_SECRET: fce8bc16ec7baca1484a8cc0a43278b62064abefcff52953e9bea425fe14b701b3563d42fda851bf38d5cb1b9fa34f445f6ca0901dba704465c0b2e219d896a4
  31. REGISTRY_LOG_LEVEL: info
  32. REGISTRY_OPENSHIFT_QUOTA_ENABLED: true
  33. REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR: inmemory
  34. REGISTRY_STORAGE_DELETE_ENABLED: true
  35. REGISTRY_OPENSHIFT_METRICS_ENABLED: true
  36. REGISTRY_OPENSHIFT_SERVER_ADDR: image-registry.openshift-image-registry.svc:5000
  37. REGISTRY_HTTP_TLS_CERTIFICATE: /etc/secrets/tls.crt
  38. REGISTRY_HTTP_TLS_KEY: /etc/secrets/tls.key
  39. Mounts:
  40. /etc/pki/ca-trust/source/anchors from registry-certificates (rw)
  41. /etc/secrets from registry-tls (rw)
  42. /registry from registry-storage (rw)
  43. /usr/share/pki/ca-trust-source from trusted-ca (rw)
  44. /var/lib/kubelet/ from installation-pull-secrets (rw)
  45. /var/run/secrets/kubernetes.io/serviceaccount from registry-token-84mvv (ro)
  46. Conditions:
  47. Type Status
  48. PodScheduled False
  49. Volumes:
  50. registry-storage:
  51. Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
  52. ClaimName: image-registry-storage
  53. ReadOnly: false
  54. registry-tls:
  55. Type: Projected (a volume that contains injected data from multiple sources)
  56. SecretName: image-registry-tls
  57. SecretOptionalName: <nil>
  58. registry-certificates:
  59. Type: ConfigMap (a volume populated by a ConfigMap)
  60. Name: image-registry-certificates
  61. Optional: false
  62. trusted-ca:
  63. Type: ConfigMap (a volume populated by a ConfigMap)
  64. Name: trusted-ca
  65. Optional: true
  66. installation-pull-secrets:
  67. Type: Secret (a volume populated by a Secret)
  68. SecretName: installation-pull-secrets
  69. Optional: true
  70. registry-token-84mvv:
  71. Type: Secret (a volume populated by a Secret)
  72. SecretName: registry-token-84mvv
  73. Optional: false
  74. QoS Class: Burstable
  75. Node-Selectors: kubernetes.io/os=linux
  76. Tolerations: node.kubernetes.io/memory-pressure:NoSchedule
  77. 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. Warning FailedScheduling <unknown> 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims.
  83. Warning FailedScheduling <unknown> 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims.
  84. Warning FailedScheduling <unknown> 0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims.
  85. Warning FailedScheduling <unknown> 0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims.
  86. Warning FailedScheduling 67m (x17 over 70m) default-scheduler 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims.
  87. Warning FailedScheduling 50m (x5 over 53m) default-scheduler 0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims.
  88. Warning FailedScheduling 50m (x4 over 50m) default-scheduler 0/5 nodes are available: 5 pod has unbound immediate PersistentVolumeClaims.
  89. Warning FailedScheduling 3m28s (x35 over 49m) default-scheduler 0/5 nodes are available: 5 pod has unbound immediate PersistentVolumeClaims.
Add Comment
Please, Sign In to add comment