From cfb463108cd2150423bd95653b9ba962c81fbbda Mon Sep 17 00:00:00 2001 From: Claywd Date: Thu, 29 Jun 2023 00:47:42 -0500 Subject: [PATCH] feat: rancher desktop notes --- docs/common/faq.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/common/faq.mdx b/docs/common/faq.mdx index 2d376c78..1292ef6c 100644 --- a/docs/common/faq.mdx +++ b/docs/common/faq.mdx @@ -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.