k3s on Raspberry Pi: Docker push fails
Pushing a simple node.js-based image to my private docker registry failed.
Pushing a simple node.js-based image to my private docker registry failed.
The default option for persistent volumes on k3s is local-path,
which provisions (on-demand) the storage on the node’s local disk. This
has the unfortunate side-effect that the container is now tied to that
particular node.