Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
a
Albert Wibowo
06/23/2023, 11:35 AM
Hello, How do i configure the demo environment so that flyte will save the metadata and rawdata in my own s3 bucket? Is that possible? Thanks!
s
Samhita Alla
06/23/2023, 2:05 PM
Yes, it is possible. Which helm chart have you used to deploy Flyte — flyte-core or flyte-binary?
a
Albert Wibowo
06/23/2023, 2:33 PM
Apologies, I am new in all of these. I am actually not sure. I used
flytectl demo start
.
y
Yee
06/23/2023, 4:48 PM
this is not really possible with that setup. it’ll require changes. this is just a demo environment
so it uses containerized minio as a standin for s3
if you want it to hit s3 you’ll need to remove all references to minio and give it your own aws credentials.
a
Albert Wibowo
06/23/2023, 4:52 PM
I see. And to remove all references to minio, will I have to deploy flyte in the cloud? By following this guideline:
https://docs.flyte.org/en/latest/deployment/deployment/cloud_simple.html
or how do I remove all references to minio? By playing around with the config file?
y
Yee
06/26/2023, 9:34 PM
config file and helm chart yes.
https://github.com/flyteorg/flyte/blob/master/charts/flyte-sandbox/values.yaml
need to strip out all the minio bits
make it more like
https://github.com/flyteorg/flyte/blob/master/charts/flyte-binary/eks-production.yaml#L10
and then have to somehow make sure that the container has the right aws s3 perms.
a
Albert Wibowo
06/28/2023, 8:57 AM
alright Thanks
@Yee
!
2 Views
Post