Skip to content

How do I increase the storage limit when using the sandbox? #1342

Answered by tekumara
tekumara asked this question in Q&A
Discussion options

You must be logged in to vote

I modified the flytepropeller configmap, and to storage.yaml added:

limits:
  maxDownloadMBs: 10

eg:

storage.yaml:                                             
----                                                      
storage:                                                  
  type: minio                                             
  connection:                                             
    access-key: minio                                     
    auth-type: accesskey                                  
    secret-key: miniostorage                              
    disable-ssl: true                                     
    endpoint: http://minio.flyte.svc.cluster.local:9000   
    r…

Replies: 1 comment 1 reply

Comment options

tekumara
Aug 15, 2021
Collaborator Author

You must be logged in to vote
1 reply
@kumare3
Comment options

Answer selected by tekumara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants