Hi there. I’ve a GCloud VM running Ubuntu 18.04.5 LTS with 8 cores, 19gb RAM and an 100GB SSD.
Last month I installed rasa x with “curl -s get-rasa-x.rasa.com | sudo bash” in the VM SSH terminal.
Everything was ok, I could access rasa-x in the browser, could train it, etc.
On august 4th, I was asked to upgrade to rasa-x 0.42.
I did follow all the steps but it get stucked on “Deploying Rasa X …”.
I cancel it because it was taking too much time, removed the VM and created another one.
Now, I’ve tried lots of times and it always get stucked in this phase:
"Installing embedded Kubernetes cluster … Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service → /etc/systemd/system/k3s.service. Installing Helm command line interface … WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml
Welcome to Rasa X
Rasa X is currently being deployed on your machine.
While you’re waiting please add the following line to your terminal configuration (depending on your operating system this is the ‘~/.bashrc’ or ‘~/.zshrc’ file). This is needed so that you can access the embedded cluster using the ‘kubectl’ command line interface.
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
Rasa X will be installed into the following Kubernetes namespace: rasa
Please save the following access credentials for later use:
Your Rasa X password is ASHbNaKGBOuxLA0NZY35
The passwords for the other services in the deployment are:
Database password (PostgreSQL): SqeeXUg9iqe0U7WgJfGd Event Broker password (RabbitMQ): oZBHMuSmphPziKH7fCLd Lock Store password (Redis): tbdGuaPtWXvhzTGBk3p5
Deploying Rasa X …"
Can you help me please? I don’t know what else I can do!
Thanks a lot.
Pedro