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:
parent
818b504fd5
commit
faa20d7f6e
2 changed files with 4 additions and 7 deletions
|
@ -20,11 +20,6 @@
|
|||
|
||||
## 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
|
||||
|
||||
To retrieve the initial admin password use
|
||||
|
|
|
@ -9,11 +9,13 @@ services:
|
|||
network_mode: host
|
||||
volumes:
|
||||
- k0s-data:/var/lib/k0s/
|
||||
- k0s-storage:/var/openebs/
|
||||
- k0s-run:/run/
|
||||
- k0s-storage:/var/openebs/
|
||||
- k0s-run-udev:/run/udev
|
||||
- ./k0s-config.yaml:/etc/k0s/config.yaml
|
||||
|
||||
volumes:
|
||||
k0s-data:
|
||||
k0s-storage:
|
||||
k0s-run:
|
||||
k0s-storage:
|
||||
k0s-run-udev:
|
||||
|
|
Loading…
Reference in a new issue