diff --git a/docs/cluster_admin/installation.md b/docs/cluster_admin/installation.md index a3c0af71..b54cbb0c 100644 --- a/docs/cluster_admin/installation.md +++ b/docs/cluster_admin/installation.md @@ -17,6 +17,8 @@ A few requirements need to be met before you can begin: - Kubernetes apiserver must have `--allow-privileged=true` in order to run KubeVirt's privileged DaemonSet. - `kubectl` client utility +Currently, macOS is not supported + ### Container Runtime Support KubeVirt is currently supported on the following container runtimes: diff --git a/docs/cluster_admin/virtual_machines_on_Arm64.md b/docs/cluster_admin/virtual_machines_on_Arm64.md index 37ef289b..3736514c 100644 --- a/docs/cluster_admin/virtual_machines_on_Arm64.md +++ b/docs/cluster_admin/virtual_machines_on_Arm64.md @@ -58,3 +58,7 @@ This class of devices is not verified on the Arm64 platform. ## Liveness and Readiness Probes `Watchdog` device is not supported on Arm64 platform. + +## Operating systems + +Currently, `macOS` runs on ARM architecture and this OS is not supported. However, you may try to run it using devContainers https://github.com/kubevirt/kubevirt/pull/11830