Rasa X - Permission Denied in App Pod

Hi,

My Rasa version is: 2.0.2. My Rasa X version is: 0.33.2 My Rasa SDK version is: 2.0.0.

I am receiving this error when I update my Rasa X deployment through Helm charts:

Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Failed to write global config. Error: [Errno 13] Permission denied: '/.config'. Skipping.
Matplotlib created a temporary config/cache directory at /tmp/matplotlib-xxw7mwkj because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.

I use Github Actions (based on the action-server-gha). I use a custom Dockerfile to implement custom actions. Furthermore, the Dockerfile that I use to deploy does work initially but when I try to upgrade the deployment (WITH FOCUS ON CUSTOM COMPONENTS) I get the above error in my app pod with a CrashBackLoopOff status:

Thank you in advance!

EDIT: The error happens after triggering the Github Actions when changes occur in my components folder.

I set the wrong upgrade command (:rofl:) and adjusted app to rasa:

helm upgrade --install --namespace –reuse-values --set app.name=<dockername/repository> --set app.tag= -n rasa-x/rasa-x

helm upgrade --install --namespace –reuse-values --set rasa.name=<dockername/repository> --set rasa.tag= -n rasa-x/rasa-x

My event-service pod is now stuck on a CrashLoopBackOff… :confused:

Can you post the logs of the app pod/service?

After resetting everything it seemed to be working now! :slight_smile: