sticky-printer-535
02/07/2022, 3:40 PMerr failed when looking up Blob: Conf container:infrateam-dev-flyte-data != Passed Container:infrateam-dev-s3-source. Dynamic loading is disabled: not found"
although my flyte-data-config configmap looks like this:
storage:
type: s3
connection:
auth-type: iam
region: my-region
enable-multicontainer: true
In the end, I got it working by adding enable-multicontainer: true
to the propeller storage config. I looks like that the config map flyte-data-config is not used, although required by copilot.great-school-54368
02/07/2022, 3:51 PMcontainer_name
(It's bucket name ). enable-multicontainer
will enable config in that you can use any bucket name.sticky-printer-535
02/07/2022, 3:53 PMgreat-school-54368
02/07/2022, 3:59 PMsticky-printer-535
02/07/2022, 4:01 PMinitContainers:
- name: flyte-copilot-downloader
image: '<http://cr.flyte.org/flyteorg/flytecopilot:v0.0.15|cr.flyte.org/flyteorg/flytecopilot:v0.0.15>'
command:
- /bin/flyte-copilot
- '--storage.limits.maxDownloadMBs=0'
- '--storage.type=s3'
- '--storage.enable-multicontainer=false'
- '--storage.container=<bucket-name>'
- '--storage.connection.secret-key='
- '--storage.connection.access-key='
- '--storage.connection.auth-type=iam'
- '--storage.connection.region=<region-name>'
- '--storage.connection.endpoint='
sticky-printer-535
02/07/2022, 4:01 PM--storage.enable-multicontainer=false
became true
great-school-54368
02/07/2022, 4:02 PM--storage.enable-multicontainer=true
?sticky-printer-535
02/07/2022, 4:02 PMsticky-printer-535
02/07/2022, 4:03 PMfreezing-airport-6809
freezing-airport-6809