From c10f87c7ec005c18b900925b56ef81627fe362ef Mon Sep 17 00:00:00 2001 From: Elbakyan Shirak Date: Wed, 7 Aug 2024 18:50:50 +0400 Subject: [PATCH] Add a note about unsupported macOS Signed-off-by: Elbakyan Shirak --- docs/cluster_admin/installation.md | 2 ++ docs/cluster_admin/virtual_machines_on_Arm64.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/cluster_admin/installation.md b/docs/cluster_admin/installation.md index a3c0af713..b54cbb0cc 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 37ef289ba..3736514ca 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