Hey everyone, So in an incremental attempt to sol...
# troubleshoot
f
Hey everyone, So in an incremental attempt to solve a problem I had previously posed earlier, I was trying to just deploy the base datahub version through k8s helm on AWS. I also tried on minikube and encountered the following error when following the instructions on the website:
Copy code
install.go:178: [debug] Original chart version: ""
install.go:195: [debug] CHART PATH: /home/sguillory/.cache/helm/repository/datahub-0.2.91.tgz

client.go:310: [debug] Starting delete for "datahub-elasticsearch-setup-job" Job
client.go:128: [debug] creating 1 resource(s)
client.go:540: [debug] Watching for changes to Job datahub-elasticsearch-setup-job with timeout of 5m0s
client.go:568: [debug] Add/Modify event for datahub-elasticsearch-setup-job: ADDED
client.go:607: [debug] datahub-elasticsearch-setup-job: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition
helm.go:84: [debug] failed pre-install: timed out waiting for the condition
INSTALLATION FAILED
main.newInstallCmd.func2
        <http://helm.sh/helm/v3/cmd/helm/install.go:127|helm.sh/helm/v3/cmd/helm/install.go:127>
<http://github.com/spf13/cobra.(*Command).execute|github.com/spf13/cobra.(*Command).execute>
        <http://github.com/spf13/cobra@v1.4.0/command.go:856|github.com/spf13/cobra@v1.4.0/command.go:856>
<http://github.com/spf13/cobra.(*Command).ExecuteC|github.com/spf13/cobra.(*Command).ExecuteC>
        <http://github.com/spf13/cobra@v1.4.0/command.go:974|github.com/spf13/cobra@v1.4.0/command.go:974>
<http://github.com/spf13/cobra.(*Command).Execute|github.com/spf13/cobra.(*Command).Execute>
        <http://github.com/spf13/cobra@v1.4.0/command.go:902|github.com/spf13/cobra@v1.4.0/command.go:902>
main.main
        <http://helm.sh/helm/v3/cmd/helm/helm.go:83|helm.sh/helm/v3/cmd/helm/helm.go:83>
runtime.main
        runtime/proc.go:255
runtime.goexit
        runtime/asm_amd64.s:1581
Can someone tell me what I am doing wrong?
b
hi sheldon , could you share log from the pods that are failing
Copy code
kubectl logs -f <<elasticsearch-setup-pod>> -n <<namespace>>
kubectl describe <<elasticsearch-setup-pod>> -n <<namespace>>
and also the changes you made for your incremental update
f
@bumpy-needle-3184 Hey Navin, I have not made any changes yet. I am simply trying to deploy the base datahub using helm. When trying to install it, all of the pods are set to PENDING, and there are no logs. When trying to describe the pods, It is unable to find the resource
b
could you try with
kubectl describe pod <<elasticsearch-setup-pod>> -n <<namespace>>