Advertisement
Guest User

udagram-api-feed-856bbc5c45-jcgtk pod

a guest
Sep 28th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.59 KB | None | 0 0
  1. λ kubectl describe pod udagram-api-feed-856bbc5c45-jcgtk
  2. Name:           udagram-api-feed-856bbc5c45-jcgtk
  3. Namespace:      default
  4. Priority:       0
  5. Node:           <none>
  6. Labels:         pod-template-hash=856bbc5c45
  7.                 service=udagram-api-feed
  8. Annotations:    kubernetes.io/psp: eks.privileged
  9. Status:         Pending
  10. IP:
  11. IPs:            <none>
  12. Controlled By:  ReplicaSet/udagram-api-feed-856bbc5c45
  13. Containers:
  14.   udagram-api-feed:
  15.     Image:      oussamabouchikhi/udagram-api-feed: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.       AWS_BUCKET:         <set to the key 'AWS_BUCKET' of config map 'env-config'>         Optional: false
  27.       AWS_PROFILE:        <set to the key 'AWS_PROFILE' of config map 'env-config'>        Optional: false
  28.       AWS_REGION:         <set to the key 'AWS_REGION' of config map 'env-config'>         Optional: false
  29.       JWT_SECRET:         <set to the key 'JWT_SECRET' of config map 'env-config'>         Optional: false
  30.       POSTGRES_DB:        <set to the key 'POSTGRES_DB' of config map 'env-config'>        Optional: false
  31.       POSTGRES_HOST:      <set to the key 'POSTGRES_HOST' of config map 'env-config'>      Optional: false
  32.       POSTGRES_PASSWORD:  <set to the key 'POSTGRES_PASSWORD' of config map 'env-config'>  Optional: false
  33.       POSTGRES_USERNAME:  <set to the key 'POSTGRES_USERNAME' of config map 'env-config'>  Optional: false
  34.     Mounts:
  35.       /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-cnqxp (ro)
  36. Conditions:
  37.   Type           Status
  38.   PodScheduled   False
  39. Volumes:
  40.   kube-api-access-cnqxp:
  41.     Type:                    Projected (a volume that contains injected data from multiple sources)
  42.     TokenExpirationSeconds:  3607
  43.     ConfigMapName:           kube-root-ca.crt
  44.     ConfigMapOptional:       <nil>
  45.     DownwardAPI:             true
  46. QoS Class:                   Burstable
  47. Node-Selectors:              <none>
  48. Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
  49.                              node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
  50. Events:
  51.   Type     Reason            Age                     From               Message
  52.   ----     ------            ----                    ----               -------
  53.   Warning  FailedScheduling  3m15s (x136 over 158m)  default-scheduler  0/2 nodes are available: 2 Too many pods.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement