Hi, does anyone know how to fix this? We are tryin...
# ask-metaflow
f
Hi, does anyone know how to fix this? We are trying to switch to karpenter and it selects a single security group for the node it launches. I see the security group has outbound rule which allows it to connect to the internet. Still currently I see this error which I think is because the pods launched by argo isn't able to access the internet. EDIT: Fixed by selecting the appropriate security group
Copy code
~ ❯❯❯ argo logs testflow-lxp2h
testflow-lxp2h-start-1781190540: Setting up task environment.
testflow-lxp2h-start-1781190540: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f47cff0ff70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/awscli/
testflow-lxp2h-start-1781190540: WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f47cfeb32b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/awscli/
testflow-lxp2h-start-1781190540: ERROR: Could not find a version that satisfies the requirement awscli (from versions: none)
testflow-lxp2h-start-1781190540: ERROR: No matching distribution found for awscli
testflow-lxp2h-start-1781190540: /bin/bash: line 1: [: -le: unary operator expected
testflow-lxp2h-start-1781190540: /bin/bash: line 1: [: -gt: unary operator expected
testflow-lxp2h-start-1781190540: tar: job.tar: Cannot open: No such file or directory
testflow-lxp2h-start-1781190540: tar: Error is not recoverable: exiting now
1