General - I am deploying to EKS and getting the fo...
# all-things-deployment
h
General - I am deploying to EKS and getting the following error . Any guidance on this is greatly appreciated - helm install datahub datahub/datahub W0913 153351.098210  9497 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob W0913 153351.230126  9497 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
e
setup job seems to be failing because elasticsearch didn’t spawn successfully
all of prerequisites need to be up and ready before installing datahub
can you post what you see when you type
kubectl decribe pod elasticsearch-master-0
?
h
Sent the detail seperately
Getting this - NAME                       READY STATUS         RESTARTS AGE elasticsearch-master-0              0/1  Init:ImagePullBackOff 0     3m38s elasticsearch-master-1              0/1  Init:ImagePullBackOff 0     3m38s elasticsearch-master-2              0/1  Init:ImagePullBackOff 0     3m38s prerequisites-cp-schema-registry-cf79bfccf-dxxrx 2/2  Running        1     3m38s prerequisites-kafka-0               1/1  Running        2     3m38s prerequisites-mysql-0               1/1  Running        0     3m38s prerequisites-neo4j-community-0          1/1  Running        0     3m38s prerequisites-zookeeper-0             1/1  Running        0     3m38s
I am also able to pull the docker image locally without issues.