Skip to content

Commit

Permalink
feat: rancher desktop notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Claywd committed Jun 29, 2023
1 parent 261a384 commit 8e0ac57
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/common/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,23 @@ Firstly, you need to disable traefik in your rancher-desktop because our install

For Apple Silicon macs you need to enable a few features in rancher desktop before this will work.

```zsh
rdctl set --container-engine.name docker \
--kubernetes.options.traefik=false \
--experimental.virtual-machine.type vz \
--experimental.virtual-machine.use-rosetta=true \
--experimental.virtual-machine.mount.type virtiofs \
--experimental.virtual-machine.socket-vmnet=true
```

*NerdCTL and Lima have not yet been tested*

If you have any issues, reach out to us on slack in kubfirst.slack.com.

#### MacOS (Intel)

Not yet tested.

#### WSL

Rancher Desktop is not yet supported but docker desktop is. There are limitations within docker desktop and how it manages volumes which prevent us from supporting it at this moment.

0 comments on commit 8e0ac57

Please sign in to comment.