khalid244

Results 16 comments of khalid244

Hi Vermorag Thank you for your response. After I dig more in the problem I found that Kubernetes make /run read-only so that's why it is not working here. Also,...

I also open issue in s6-overlay. But I don't found any good solution https://github.com/just-containers/s6-overlay/issues/551

I already try that using simple deployment, but it does not work ``` apiVersion: apps/v1 kind: Deployment metadata: name: cattr-app-deployment namespace: cattr labels: app: cattr spec: selector: matchLabels: app: cattr...

``` /package/admin/s6-overlay/libexec/preinit: info: read-only root /package/admin/s6-overlay/libexec/preinit: info: writable /run. Checking for executability. /package/admin/s6-overlay/libexec/preinit: notice: /var/run is not a symlink to /run, fixing it s6-rmrf: fatal: unable to remove /var/run: Read-only...

I test both of them, but I have the same error message. I think Kubernetes reconfigure /var/run every time

Things start working !!! ``` /package/admin/s6-overlay/libexec/preinit: info: read-only root /package/admin/s6-overlay/libexec/preinit: info: writable /run. Checking for executability. s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service...

I test many thing but it seems to be not working when there are a mounted paths like /app/storage. I need to debug more to found out why that's happen...

This is full log file [app.log](https://github.com/cattr-app/server-application/files/13033669/app.log) Also, sometimes it fails in migrations process is there are any way to incenses timeout ? See this [app.log](https://github.com/cattr-app/server-application/files/13034647/app.log)

I have been testing with this simple deployment. I removed any volume mounts to simplify it. Also, I built and pushed the latest commit from GitHub without editing anything. Do...

I tested many things and figured out that clearing the cache fixed the first problem. Here’s the command I used: ``` php artisan cache:clear ```