Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Bolton <ibolton@redhat.com>
Signed-off-by: Radoslaw Szwajkowski <64194103+rszwajko@users.noreply.github.com>
  • Loading branch information
rszwajko and ibolton336 committed Mar 8, 2024
1 parent b61775e commit cd6ffa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ $ minikube config set memory 10240
$ minikube config set cpus 4
```

From a terminal run (depending on your driver administrator access may be required):
Note: Depending on your driver, administrator access may be required. Common choices include Docker for container-based virtualization and KVM for hardware-assisted virtualization on Linux systems. If you're not sure which driver is best for you or if you're encountering compatibility issues, Minikube also supports auto-selecting a driver based on your system's capabilities and installed software.

From a terminal run:

```sh
$ minikube start --addons=dashboard --addons=ingress
Expand Down

0 comments on commit cd6ffa3

Please sign in to comment.