feat(k0s): update volume configuration for openebs

- mount k0s-run-udev to /run/udev for openebs
- remove note about openebs from README.md

🤖
This commit is contained in:
Sebastian Mark 2024-09-01 22:34:37 +02:00
parent 818b504fd5
commit faa20d7f6e
2 changed files with 4 additions and 7 deletions

View file

@ -20,11 +20,6 @@
## Notes ## Notes
### openebs
When running in docker `/run/udev/` does not exist, but is required by `openebs`.
Simple fix is `docker compose exec -it k0s mkdir /run/udev/`
### ArgoCD ### ArgoCD
To retrieve the initial admin password use To retrieve the initial admin password use

View file

@ -9,11 +9,13 @@ services:
network_mode: host network_mode: host
volumes: volumes:
- k0s-data:/var/lib/k0s/ - k0s-data:/var/lib/k0s/
- k0s-storage:/var/openebs/
- k0s-run:/run/ - k0s-run:/run/
- k0s-storage:/var/openebs/
- k0s-run-udev:/run/udev
- ./k0s-config.yaml:/etc/k0s/config.yaml - ./k0s-config.yaml:/etc/k0s/config.yaml
volumes: volumes:
k0s-data: k0s-data:
k0s-storage:
k0s-run: k0s-run:
k0s-storage:
k0s-run-udev: