From 2c3173c4e3e92be0ab02de7622e333b2adfcaa8a Mon Sep 17 00:00:00 2001 From: zfeng Date: Tue, 7 Feb 2023 10:16:28 +0800 Subject: [PATCH] cloud_native: rename cloud-native to cloud_native in imgs Signed-off-by: zfeng --- cloud_native/lifseaos.md | 2 +- .../lifseaos/lifseaos_framework.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename materials/imgs/{cloud-native => cloud_native}/lifseaos/lifseaos_framework.png (100%) diff --git a/cloud_native/lifseaos.md b/cloud_native/lifseaos.md index a2eb0c7..4eaa928 100644 --- a/cloud_native/lifseaos.md +++ b/cloud_native/lifseaos.md @@ -15,7 +15,7 @@ LifseaOS基于Anolis OS并针对容器场景进行垂直优化,系统中仅保 - 内置云原生场景常用组件,开箱即用 - 系统提供运维容器,方便用户对系统进行运维操作 -![](../materials/imgs/cloud-native/lifseaos/lifseaos_framework.png) +![](../materials/imgs/cloud_native/lifseaos/lifseaos_framework.png) ## 应用场景 适于作为云上云下容器场景的宿主机操作系统(HostOS)与诸如Kata Containers等安全容器的客户操作系统(GuestOS)。 LifseaOS已经在云服务商云原生服务业务上大规模部署,集群千节点扩容时间小于一分钟。 \ No newline at end of file diff --git a/materials/imgs/cloud-native/lifseaos/lifseaos_framework.png b/materials/imgs/cloud_native/lifseaos/lifseaos_framework.png similarity index 100% rename from materials/imgs/cloud-native/lifseaos/lifseaos_framework.png rename to materials/imgs/cloud_native/lifseaos/lifseaos_framework.png -- Gitee