NVIDIA / deepops

Tools for building GPU clusters
BSD 3-Clause "New" or "Revised" License
1.25k stars 326 forks source link

crictl does not respect proxy config #1248

Closed fecet closed 1 year ago

fecet commented 1 year ago

I failed at one download task every time:

FAILED - RETRYING: download_file | Validate mirrors (4 retries left).
FAILED - RETRYING: download_file | Validate mirrors (3 retries left).
FAILED - RETRYING: download_file | Validate mirrors (2 retries left).
FAILED - RETRYING: download_file | Validate mirrors (1 retries left).
failed: [node01 -> node01] (item=None) => changed=false
  attempts: 4
  censored: 'the output has been hidden due to the fact that ''no_log: true'' was specified for this result'
fatal: [node01 -> {{ download_delegate if download_force_cache else inventory_hostname }}]: FAILED! => changed=false
  censored: 'the output has been hidden due to the fact that ''no_log: true'' was specified for this result'
...ignoring

How can I know what's the task I failed? Or at least I can pass taskes that have been done?

fecet commented 1 year ago

The error located at the container pull task, namely,

/usr/local/bin/crictl pull k8s.gcr.io/pause:3.3

It keeps failing even setting proxy, and it seems an upstream problem per https://github.com/kubernetes-sigs/cri-tools/issues/336.

Any workaround?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. Please update the issue or it will be closed in 7 days.

arnoldas500 commented 7 months ago

was this issue fixed?