# Troubleshooting Cytomine

TIP

If your issue does not appear in the list, please provide a detailed description of the problem in our ticket system on Github. (opens new window)

# Issue with K3s

An issue may arise with K3s configuration file, you will have to remove the configuration file:

cd cytomine
rm -rf .kube
1
2

And rerun the docker compose up -d command.

Last Updated: 3/16/2026, 2:01:34 PM