rasa train --debug
rasa run actions&
rasa shell
- Prerequisites
Kubernetes cluster with Helm3
- Add secret to pull from Docker Registry:
kubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v2/ --docker-username=<username> --docker-password=<password>
- Install Rasa X
kubectl create namespace rasa
helm repo add rasa-x https://rasahq.github.io/rasa-x-helm
helm --namespace rasa install --values values.yml --version 1.8.0 rasax rasa-x/rasa-x
- Add git repository from the Rasa X console, add the provided public key as a Deploy key in te repository.
Note: Rasa X default password is welcome123