RamenDR / ramen

Apache License 2.0
73 stars 53 forks source link

drenv recipe addon: Failure when receiving data from the peer #1330

Closed nirs closed 4 months ago

nirs commented 5 months ago

Random error, seen twice in ~600 runs.

2024-04-10 10:30:31,008 DEBUG   [dr1/1] Deploying recipe crd
2024-04-10 10:30:42,161 ERROR   Command failed
Traceback (most recent call last):
  ...
drenv.commands.Error: Command failed:
   command: ('addons/recipe/start', 'dr1')
   exitcode: 1
   error:
      Traceback (most recent call last):
        ...
      drenv.commands.Error: Command failed:
         command: ('kubectl', 'apply', '--context', 'dr1', '--kustomize', 'https://github.com/RamenDR/recipe.git/config/crd?ref=main&timeout=120s')
         exitcode: 1
         error:
            error: failed to run '/usr/bin/git fetch --depth=1 https://github.com/RamenDR/recipe.git main': fatal: unable to access 'https://github.com/RamenDR/recipe.git/': Failure when receiving data from the peer
            : exit status 128

Should be fixed by #1290