Closed steveiliop56 closed 1 year ago
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
Hi!
I recently built my first k3s cluster with my one pi4 and wanted to install drupal ( because its awesome :) ) so with the help of chatGPT and your drupal.yml I created this manifest file ( Note that the volume that I want must be mounted in /data/drupal-files/ on the raspberry pi and in /var/www/html on the container. ):
But while the pods and the service work, the persistent volume claim does not want to start, it's stuck on pending. When I run
sudo kubectl describe pvc
it gives me this output:I tried creating a volume mapped to /data/drupal-files but it still does not work. Lastly I want to note that the ReadWriteOnce mode works fine.
Thanks in advance, RaspberryDeveloper :)