Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start using k3s #226

Closed
csd-oss opened this issue Aug 22, 2021 · 4 comments
Closed

Unable to start using k3s #226

csd-oss opened this issue Aug 22, 2021 · 4 comments

Comments

@csd-oss
Copy link

csd-oss commented Aug 22, 2021

I am trying to install Rasa X and Rasa using https://rasa.com/docs/rasa-x/installation-and-setup/install/quick-install-script#embedded-cluster-installation

I have Ubuntu 20.04 server with 2vCPU and 4GB Ram.
Loged in as root.

After I do:

curl -s get-rasa-x.rasa.com | sudo bash

I get infinite

Deploying Rasa X ...

loading screen.
And postgres, redis and rabbit can't start
image

My postgres log's

postgresql 18:28:32.75 INFO ==> Initializing PostgreSQL database...
mkdir: cannot create directory ‘/bitnami/postgresql’: Permission denied
postgresql 18:28:32.77 INFO ==> Stopping PostgreSQL...

My redis log's

18:31:10.57 INFO ==> ** Starting Redis **
1:C 22 Aug 2021 18:31:10.578 # Can't chdir to '/data': Permission denied

My rabbit log's

touch: cannot touch '/opt/bitnami/rabbitmq/var/lib/rabbitmq/.start': Permission denied

I understand that all this three services having the same problem, but I haven't found easy fix and it seem's strange to fix something after one line installation script.

@sara-tagger
Copy link

Thanks for the issue, @desmarchris will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

@desmarchris
Copy link
Contributor

looks like a k3s issue with a latest release: k3s-io/k3s#3704

they just shipped an update. So you can try with the updated version, or downgrade to an older k3s version

@RASADSA
Copy link
Contributor

RASADSA commented Aug 24, 2021

problem is related to bitnami postgers helmchart - will take a look

@csd-oss
Copy link
Author

csd-oss commented Aug 24, 2021

Yes, thanks. Uninstalling rasa, installing latest version of k3s and installing rasa again helped.

@csd-oss csd-oss closed this as completed Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants