Version: Rasa X 1.1.0
I’m trying to train the model with Rasa X but the training always fails, and I’ve seen that the worker pod is in CrashLoopBackOff. I’m trying to see the logs but it’s empty, any clue?
Version: Rasa X 1.1.0
I’m trying to train the model with Rasa X but the training always fails, and I’ve seen that the worker pod is in CrashLoopBackOff. I’m trying to see the logs but it’s empty, any clue?
Try to add --previous
to the command for the logs to see the previous pod’s logs
I did use -p but nothing is being displayed.
Can you try rasa x v 1.0.1? I have some issues with rasa-x v 1.1.0 In this moment, im using rasa 2.8.27 with rasa-x 1.0.1 and working very well
maybe, rasa data validate
will help too
If the worker pod in Rasa X is in CrashLoopBackOff and the logs are empty, it might be due to an issue with the Rasa X installation or the worker pod configuration. Some potential solutions include checking the worker pod configuration to ensure it is correct, updating Rasa X to the latest version, and checking for any errors in the Rasa X installation or deployment process. Additionally, you can try looking at the events in the Kubernetes dashboard to see if there are any errors or issues related to the worker pod.