https://rancher.com/ logo
Title
b

billowy-waitress-80413

08/11/2022, 7:04 PM
I tried to get this up and working and it doesn't seem to enable p9?
mkdir -p ~/Library/Application\ Support/rancher-desktop/lima/_config
vi ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yml
And then fill it with
mountType: 9p
mounts:
- location: "~"
  9p:
    # Try choosing "mmap" or "none" if you see a stability issue with the default "fscache".
    cache: "fscache"
provision:
- mode: system
  script: |
    #!/bin/sh
    mkmntdirs
    mount -
Am I doing something wrong? Did the steps change?
macOS Monterey amd86
or not the M-series of laptops
For steps: • factory reset RD • create and populate the file above • start RD •
rdctl shell
mount | grep p9
or just
mount
and Find for "p9"
Will share to the main thread for visibility
🙌 1
I also did a much simpler override.yml with just
mountType: 9p
in it as it seemed one of the issues I saw made it seem like that was enough but no difference. continues to use
fuse.sshfs