Hello everyone ! I'm trying to use Meltano on Open...
# getting-started
l
Hello everyone ! I'm trying to use Meltano on Openshift container platform, maybe someone have experience with it?
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.`
It's only accesible in debug mode.
a
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
I tried to find info inside POD about meltano.yaml file, but there is no any files with name: meltano.yaml or .yml