Command multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:~/fastapi-demo mounts to ~/~/fastapi-demo instead of expected ~/fastapi-demo.
What worked for me:
multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:fastapi-demo
Reported from: https://canonical.com/juju/docs/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/set-up-your-development-environment/
Command
multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:~/fastapi-demomounts to~/~/fastapi-demoinstead of expected~/fastapi-demo.What worked for me:
multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:fastapi-demoReported from: https://canonical.com/juju/docs/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/set-up-your-development-environment/