From fa1abac52799d842e825b293f71d82f56be37fa4 Mon Sep 17 00:00:00 2001 From: linxiaoxu131415 Date: Sat, 25 Dec 2021 07:50:45 +0000 Subject: [PATCH] =?UTF-8?q?KubeOS=E8=B5=84=E6=96=99=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=94=AF=E6=8C=81arm=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...56\211\350\243\205\344\270\216\351\203\250\347\275\262.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/KubeOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" "b/docs/zh/docs/KubeOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" index 686e4ec21..adb64811f 100644 --- "a/docs/zh/docs/KubeOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" +++ "b/docs/zh/docs/KubeOS/\345\256\211\350\243\205\344\270\216\351\203\250\347\275\262.md" @@ -30,7 +30,7 @@ ### 硬件要求 -* 当前仅支持 x86 架构 +* 当前支持 x86 和 arm 架构 ### 软件要求 @@ -195,7 +195,7 @@ - qcow2 格式的系统镜像 system.qcow2。system.qcow2 大小默认为 20GiB,支持的根文件系统分区大小 < 2020 MiB,持久化分区 < 16GiB 。 - 可用于升级的根文件系统分区镜像 update.img 。 - 制作出来的容器 OS 镜像目前只能用于 CPU 架构为 x86 的虚拟机场景。 + 制作出来的容器 OS 镜像目前用于 CPU 架构为 x86 和 arm 的虚拟机场景。 ### 部署CRD,operator和proxy -- Gitee