Advertisement
Guest User

udagram-api-users-6fbd5cbf4f-qbmdd pod

a guest
Sep 28th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.28 KB | None | 0 0
  1. λ kubectl describe pod udagram-api-users-6fbd5cbf4f-qbmdd
  2. Name:           udagram-api-users-6fbd5cbf4f-qbmdd
  3. Namespace:      default
  4. Priority:       0
  5. Node:           <none>
  6. Labels:         pod-template-hash=6fbd5cbf4f
  7.                 service=udagram-api-users
  8. Annotations:    kubernetes.io/psp: eks.privileged
  9. Status:         Pending
  10. IP:
  11. IPs:            <none>
  12. Controlled By:  ReplicaSet/udagram-api-users-6fbd5cbf4f
  13. Containers:
  14.   udagram-api-users:
  15.     Image:      oussamabouchikhi/udagram-api-users:latest
  16.     Port:       <none>
  17.     Host Port:  <none>
  18.     Limits:
  19.       cpu:     500m
  20.       memory:  1Gi
  21.     Requests:
  22.       cpu:     250m
  23.       memory:  64Mi
  24.     Environment:
  25.       URL:                <set to the key 'URL' of config map 'env-config'>                Optional: false
  26.       JWT_SECRET:         <set to the key 'JWT_SECRET' of config map 'env-config'>         Optional: false
  27.       POSTGRES_DB:        <set to the key 'POSTGRES_DB' of config map 'env-config'>        Optional: false
  28.       POSTGRES_HOST:      <set to the key 'POSTGRES_HOST' of config map 'env-config'>      Optional: false
  29.       POSTGRES_PASSWORD:  <set to the key 'POSTGRES_PASSWORD' of config map 'env-config'>  Optional: false
  30.       POSTGRES_USERNAME:  <set to the key 'POSTGRES_USERNAME' of config map 'env-config'>  Optional: false
  31.     Mounts:
  32.       /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-slf94 (ro)
  33. Conditions:
  34.   Type           Status
  35.   PodScheduled   False
  36. Volumes:
  37.   kube-api-access-slf94:
  38.     Type:                    Projected (a volume that contains injected data from multiple sources)
  39.     TokenExpirationSeconds:  3607
  40.     ConfigMapName:           kube-root-ca.crt
  41.     ConfigMapOptional:       <nil>
  42.     DownwardAPI:             true
  43. QoS Class:                   Burstable
  44. Node-Selectors:              <none>
  45. Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
  46.                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
  47. Events:
  48.   Type     Reason            Age                   From               Message
  49.   ----     ------            ----                  ----               -------
  50.   Warning  FailedScheduling  84s (x141 over 161m)  default-scheduler  0/2 nodes are available: 2 Too many pods.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement