"Please provide a valid cache path" when running on K8s #879
Closed
victorlane
started this conversation in
General
Replies: 2 comments 2 replies
-
If you use kubernetes I would advice you to use the database or redis cache driver. Since you already have a managed database and you are likely not scaling like crazy the database cache driver is likely the best choice. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Setting the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to run Solidtime on my K8s cluster. I've run the app on docker-compose fine for a while. I've created the kubernetes resources to match my docker-compose setup however when running a container I constantly get the following error;
From what I gather this is a Laravel cache issue. I don't get what's causing it as I've not set any settings related to caching on any installation method.
These are my manifests (abbreviated to the app container only for now, the same error occurs across app, queue and scheduler).
With a pretty basic env setup:
Not sure what setting I am missing to get it to work.
Beta Was this translation helpful? Give feedback.
All reactions