Gopal Vashishtha
08/01/2023, 2:18 PMKetan (kumare3)
Gopal Vashishtha
08/01/2023, 3:24 PMKetan (kumare3)
Gopal Vashishtha
08/02/2023, 3:45 PMKetan (kumare3)
Eduardo Apolinario (eapolinario)
08/02/2023, 4:53 PMGopal Vashishtha
08/03/2023, 12:12 AMKetan (kumare3)
Gopal Vashishtha
08/05/2023, 1:03 AMEduardo Apolinario (eapolinario)
08/05/2023, 1:10 AMGopal Vashishtha
08/05/2023, 1:21 AMHTTPSConnectionPool(host='flytedevmetadatastorage.blob.', port=443): Max retries exceeded with url: /tmp/flyte/development/H4R72TCNCSSLSRWAHH2XXHOBBI======/fast12e0966a09d853b92f9784cf3193c280.tar.gz?se=2023-08-16T01%3A26%3A01Z&sig=MwnihVTaj%2BopzMO3hs5b9DiwUwCLrufGZYxvjsjeQX4%3D&sp=aw&spr=https&sr=b&sv=2019-12-12 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x145e3b970>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
when calling pyflyte register
. Even though I'm specifying a base_url in both my ~/flyte/config.yml and in my flyte-binary configmap.
As far as I can tell that means the Location being used to call CreateSignedUrl here is not getting passed the base_url parameter.
CreateSignedUrl calls PreSignRequest using the container returned from getContainer. getContainer is using baseContainer.
I tried passing in stowConfigOverride:
storage:
type: stow
stow:
kind: azure
config:
account: flytedevmetadatastorage
base_url: <http://core.usgovcloudapi.net|core.usgovcloudapi.net>
# You will need to pass in a "key" as well to auth
signedUrl:
stowConfigOverride:
account: flytedevmetadatastorage
base_url: <http://core.usgovcloudapi.net|core.usgovcloudapi.net>
but I get the same error. Any idea why my base URL is getting overriden with an empty string?Ketan (kumare3)
Gopal Vashishtha
08/16/2023, 4:50 PM