Fixes#12898
Correct documentation for macOS as Hyperkit is not supported on Linux.
Before:
HyperKit | Linux | Unsupported | (see NFS mounts) |
After:
HyperKit | macOS | Unsupported | |
I noticed the mount does not end up in `/Users`, but in `/mnt/hgfs/Users` using the following start command:
``
minikube start --vm-driver=vmware --mount-string=/Users:/Users
```
Source: https://github.com/kubernetes/website/pull/18674/files
Courtesy of markdownlint, but nothing to show on:
git show --ignore-all-space --ignore-blank-lines
Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...