You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/content/en/docs/drivers/vfkit.md
+89-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,77 @@ aliases:
7
7
8
8
## Overview
9
9
10
-
[VFKit](https://github.com/crc-org/vfkit) is an open-source program for macOS virtualization, optimized for lightweight virtual machines and container deployment.
10
+
[VFKit](https://github.com/crc-org/vfkit) is an open-source program for
11
+
macOS virtualization, optimized for lightweight virtual machines and
12
+
container deployment.
13
+
14
+
## Networking
15
+
16
+
The vfkit driver has two networking options: `nat` and `vmnet-shared`
17
+
and `nat`. The `nat` is always available, but it does not provide access
18
+
between minikube clusters. To run multiple clusters or multi-node
19
+
clusters you need the `vmnet-shared` network. The `vmnet-shared network
20
+
requres the [vmnet-helper](https://github.com/nirs/vmnet-helper), see
0 commit comments