github.com/cilium/cilium@v1.16.2/Documentation/installation/rancher-desktop-configure.rst (about) 1 Configuring Rancher Desktop is done using a YAML configuration file. 2 This step is necessary in order to disable the default CNI and replace it with 3 Cilium. 4 5 Next you need to start Rancher Desktop with ``containerd`` and create a :download:`override.yaml </installation/rancher-desktop-override.yaml>`: 6 7 .. literalinclude:: /installation/rancher-desktop-override.yaml 8 :language: yaml 9 10 After the file is created move it into your Rancher Desktop's ``lima/_config`` directory: 11 12 .. tabs:: 13 .. group-tab:: Linux 14 15 .. code-block:: shell-session 16 17 cp override.yaml ~/.local/share/rancher-desktop/lima/_config/override.yaml 18 19 .. group-tab:: macOS 20 21 .. code-block:: shell-session 22 23 cp override.yaml ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml 24 25 Finally, open the Rancher Desktop UI and go to the Troubleshooting panel and click "Reset Kubernetes". 26 27 After a few minutes Rancher Desktop will start back up prepared for installing Cilium.