minikube/site/content/en/docs/drivers/includes/check_baremetal_linux.inc

7 lines
251 B
PHP

To use baremetal driver (none driver). verify that your operating system is Linux and also have 'systemd' installed.
```shell
pidof systemd && echo "yes" || echo "no"
```
If the above command outputs "no":
Your system is not suitable for none driver.