0

I have added my https proxy settings underkubernetes env in velero but am getting below error.

Failed to get API Group-Resources" error="Get "https://x.x.x.x.:443/api?timeout=32s": proxyconnect tcp: EOF" logSource="/go/pkg/mod/github.com/bombsimon/logrusr@v1.1.0/logrusr.go:121"

An error occurred: Get "https://x.x.x.x:443/api?timeout=32s": proxyconnect tcp: EOF

Velu
  • 3
  • 2
  • Please read [this](https://stackoverflow.com/help/how-to-ask). What have you tried yourself to get it working? – PapaAtHome Oct 07 '22 at 08:18

1 Answers1

0

what's mean underkubernetes?

if you have used the k8s on EC2, I suggest that you set https_proxy variable in crio or containerd.

like this url. https://d7y.io/docs/setup/runtime/containerd/proxy/#step-3-configure-containerd

Dante_KR
  • 81
  • 3