Getting Error in Helm Repo Add as Error: context deadline exceeded

5/5/2020

I am trying to add a repo in Linux box available in Artifactory using helm repository add command with helm version 3.2.0 however, I get an error as below:

  helm repo add xxxx https://artifactory.xx.xx.com/artifactory/xxxx --username xxxx --password xxxxxxxx --debug
 Error: context deadline exceeded
 helm.go:76: [debug] context deadline exceeded

When I try on some other box it runs fine. I have tried helm version 3.0.2 as well.

Also, no issue around artifactory authentication as I could authenticate on it confirmed via browsing its URL via Wget from this box.

It looks to me some machine-specific issues. kindly help me understand the reason for this error.

-- Piyush
go
kubernetes-helm

0 Answers