smart48 / larak8

DigitalOcean Kubernetes Deployment of Laravel App
2 stars 2 forks source link

Local Horizon cannot run Artisan #12

Open jasperf opened 3 years ago

jasperf commented 3 years ago

We cano now start local containers in replicated pods, but we have several container issues now. One of them is related to running `php artisan in the Horizon container

kubectl logs -f app-5779b848cb-2srl6 laravel-horizon
Could not open input file: artisan
jasperf commented 3 years ago

Well it cannot be called as the code has not been pulled in yet I guess. Perhaps I will need an initContainer here.. to load all in code directory.