Hello everyone ! I'm trying to use Meltano on Openshift container platform, maybe someone have experience with it?
lukas_liudvinavicius
01/19/2022, 2:58 PM
Tried installing on Openshift, but my all PODS crashing, becouse of error: ``meltano ui` must be run inside a Meltano project.Use
meltano init <project_name>
to create one.`
lukas_liudvinavicius
01/19/2022, 2:59 PM
It's only accesible in debug mode.
a
aaron_phethean
01/19/2022, 3:39 PM
Hi Lukas. Experience with Openshift - yes, experience with Meltano - yes. Meltano on Openshift - No, sorry! But Openshift is just the Redhat packaged Kubernetes and that's how we normally run Meltano without the UI.
I suspect your 'pwd' is not what you expect or you don't have read permission in that directory. The error 'must be run inside a Meltano project' means that Meltano can't find meltano.yml.
Simple debug suggestions
• pwd (check you are where you think you should be)
• ls -al (check read permissions)
l
lukas_liudvinavicius
01/20/2022, 7:53 AM
I tried to find info inside POD about meltano.yaml file, but there is no any files with name: meltano.yaml or .yml