Haytham Amin
08/18/2023, 3:21 PMKevin Su
08/18/2023, 4:47 PMHaytham Amin
08/18/2023, 5:17 PMKevin Su
08/18/2023, 5:47 PMstorage.yaml: |
storage:
type: s3
container: "my-s3-bucket" <- this
Haytham Amin
08/18/2023, 5:49 PMkubectl exec flyte-flyte-binary-75544db67f-rhwzp --namespace flyte -c flyte -- cat /etc/flyte/config.d/003-storage.yaml
propeller:
rawoutput-prefix: <gs://flyte-blob-storage/data>
storage:
type: stow
stow:
kind: google
config:
json: ""
project_id: flyte-com-dev-per-gke
scopes: <https://www.googleapis.com/auth/cloud-platform>
container: flyte-blob-storage
Kevin Su
08/18/2023, 8:12 PMHaytham Amin
08/18/2023, 8:12 PM