You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use AWS EKS and for staging and data folder I use EFS mount for it, and I have fight with a issue about wrong configuration.
in the documentation its explain by ./staging and ./data but when you use EFS inside AWS EKS the path should be /parseable/data and /parseable/staging
the next issue here are I'm fight in the blind becures the debug errors not show me about did I have access to S3, what folder did you expect to search for the data folder and staging folder and what are defined from the environment.
so I will recommend to update the documentation with a read-world S3 example using AWS EKS with EFS mount, and output much better and more useful information when a debugging is enabled to quick find issues and not just the "contact the slack channel for help"
The text was updated successfully, but these errors were encountered:
I use AWS EKS and for staging and data folder I use EFS mount for it, and I have fight with a issue about wrong configuration.
in the documentation its explain by ./staging and ./data but when you use EFS inside AWS EKS the path should be /parseable/data and /parseable/staging
the next issue here are I'm fight in the blind becures the debug errors not show me about did I have access to S3, what folder did you expect to search for the data folder and staging folder and what are defined from the environment.
so I will recommend to update the documentation with a read-world S3 example using AWS EKS with EFS mount, and output much better and more useful information when a debugging is enabled to quick find issues and not just the "contact the slack channel for help"
The text was updated successfully, but these errors were encountered: