Hi Team, I am trying to deploy the datahub at kube...
# all-things-deployment
r
Hi Team, I am trying to deploy the datahub at kubenetes using helm install, but receive
Imagepullbackoff
error on elasticsearch-setup-job, prometheus-jmx-exporter, and cp-schema-registry-server, but I do see the image exist in the docker hub, can anyone help me have a look over there? thanks
kubectl --kubeconfig ~/.kube/di_config describe pod datahub-elasticsearch-setup-job-ntmk5
Copy code
Name:     datahub-elasticsearch-setup-job-ntmk5
Namespace:  feature-aoc-27123-crawler
Priority:   0
Node:     didevwkrvm9/xx.2.xx.37
Start Time:  Wed, 10 May 2023 15:59:13 +0800
Labels:    controller-uid=94aec4cc-060c-46c7-bf92-xxxxx
       job-name=datahub-elasticsearch-setup-job
Annotations: <http://cni.projectcalico.org/containerID|cni.projectcalico.org/containerID>: 48d897d76f8487556c564f51e97236fe423d46f5a5651ff7d4873032bd39370a
       <http://cni.projectcalico.org/podIP|cni.projectcalico.org/podIP>: 10.42.11.63/32
       <http://cni.projectcalico.org/podIPs|cni.projectcalico.org/podIPs>: 10.42.11.63/32
Status:    Pending
IP:      10.42.11.xx
IPs:
 IP:      10.42.11.xx
Controlled By: Job/datahub-elasticsearch-setup-job
Containers:
 elasticsearch-setup-job:
  Container ID:  
  Image:     linkedin/datahub-elasticsearch-setup:v0.10.2
  Image ID:    
  Port:      <none>
  Host Port:   <none>
  State:     Waiting
   Reason:    ImagePullBackOff
  Ready:     False
  Restart Count: 0
  Limits:
   cpu:   500m
   memory: 512Mi
  Requests:
   cpu:   300m
   memory: 256Mi
  Environment:
   ELASTICSEARCH_HOST:     elasticsearch-master
   ELASTICSEARCH_PORT:     9200
   SKIP_ELASTICSEARCH_CHECK:  false
   ELASTICSEARCH_INSECURE:   false
   ELASTICSEARCH_USE_SSL:   false
   DATAHUB_ANALYTICS_ENABLED: true
  Mounts:
   /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-xm27c (ro)
Conditions:
 Type       Status
 Initialized    True 
 Ready       False 
 ContainersReady  False 
 PodScheduled   True 
Volumes:
 kube-api-access-xm27c:
  Type:          Projected (a volume that contains injected data from multiple sources)
  TokenExpirationSeconds: 3607
  ConfigMapName:      kube-root-ca.crt
  ConfigMapOptional:    <nil>
  DownwardAPI:       true
QoS Class:          Burstable
Node-Selectors:       <none>
Tolerations:         <http://node.kubernetes.io/not-ready:NoExecute|node.kubernetes.io/not-ready:NoExecute> op=Exists for 300s
               <http://node.kubernetes.io/unreachable:NoExecute|node.kubernetes.io/unreachable:NoExecute> op=Exists for 300s
Events:
 Type  Reason  Age          From   Message
 ----  ------  ----          ----   -------
 Normal BackOff 4m29s (x264 over 64m) kubelet Back-off pulling image "linkedin/datahub-elasticsearch-setup:v0.10.2"
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
a
@brainy-tent-14503 might be able to give you some guidance here!