fragolinux
fragolinux
@derailed [done](https://github.com/derailed/k9s/issues/1819), thanks!
same here, i've this config.yaml excerpt: ``` volumes: # repeatable flags are represented as YAML lists - volume: $DOMAIN_STORAGE/rwo:/var/lib/rancher/k3s/storage # same as `--volume '/my/host/path:/path/in/node@server:0;agent:*'` nodeFilters: - all - volume: $DOMAIN_STORAGE/rwx:/var/lib/csi-local-hostpath:shared...
I can get a working registry with this setup, using an external docker container: ``` docker run -d \ --restart=always \ --name registry \ -v $caDir/localCert.pem:/etc/ssl/certs/localCert.pem \ -v $caDir/localKey.pem:/etc/ssl/certs/localKey.pem \...
Any way to implement in k3d the official "coredns-custom" cm, to be created when in config.yaml you define custom hosts or other coredns related mods, instead of the actual method...
and i think i've this issue, too, in a different scenario: just a k3s container restart, or docker restart, triggers the configmap to be emptied... issue [here: 1112](https://github.com/k3d-io/k3d/issues/1112)
update: tried ganesha nfs provisioner, too, same setup as above... even thats, fails to create usable nfs shares... my pods are now in a different state (CreateContainerConfigError), and i get...
i just tried even the rook nfs provisioner, that too does not work on k3d 5.4.4 with errors: ``` Unable to attach or mount volumes: unmounted volumes=[rook-nfs-vol], unattached volumes=[rook-nfs-vol kube-api-access-tv299]:...
@pawmaster tried that, but didn't work for me... hints? ``` k3d cluster create test -i maoxuner/k3s:v1.24.3-k3s1 INFO[0000] Prep: Network INFO[0000] Created network 'k3d-test' INFO[0000] Created image volume k3d-test-images INFO[0000] Starting...
I created a similar image, based on the version i need (1.22) and have same issues... something missing in dockerfile? ``` k3d cluster create test -i ghcr.io/ecomind/k3s-nfs:1.22.12-k3s1 INFO[0000] Prep: Network...
@pawmaster think i fixed it... take a look at my [repo](https://github.com/EcoMind/k3s-nfs), i just left the paths as in original image (no /opt...), and image comes now up no problem... now...