From 21d87763f170cb6dec01c6a0a6029bba0b47d89e Mon Sep 17 00:00:00 2001 From: colben Date: Fri, 27 Feb 2026 17:00:04 +0800 Subject: [PATCH] update --- content/post/incus-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/incus-install.md b/content/post/incus-install.md index 6d984e6..1e877ab 100644 --- a/content/post/incus-install.md +++ b/content/post/incus-install.md @@ -320,7 +320,7 @@ incus3 | eth0: 192.168.1.3 | 10.10.10.3 | /dev/sdb | 10.10.10.3 incus3 ```BASH # 单机环境 incus launch local:alpine/3.21 alpine-lxc \ - -c limits.cpu=2 -c limits.memory=4GiB -d root,size=5GiB + -c limits.cpu=2 -c limits.memory=4GiB -d root,size=5GiB -c linux.kernel_modules: ip_tables # 集群环境中的 incus2 节点 incus launch local:alpine/3.21 alpine-lxc \