Hey, I have had a lot of luck using lakeFS locally...
# help
c
Hey, I have had a lot of luck using lakeFS locally. However, we've (not me) deployed it to a rancher based cluster. I am getting the following error in the portal when uploading my ML data:
Copy code
<html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx</center> </body> </html>
• the request is 156.1 MB. • this is the case for a single 20MB file. • small files on the order of a few KB do work and are uploaded Are there any potential reasons why this would happen?
i
Hey Chris, this seems a lot like an nginx error. Could it be that your ingress configuration blocks big requests before they even reach lakeFS?
c
yes, that sounds likely. Thanks Itai, I'll forward this.
Worked šŸ‘
šŸ‘Œ 1