From 6b8346ae924f158edd646ab66c3934e94896a53d Mon Sep 17 00:00:00 2001 From: Lixx <35676113+Lixxcn@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:15:31 +0800 Subject: [PATCH] =?UTF-8?q?v1.10=20=E5=88=9B=E5=BB=BA=20DNAT=20=E8=A7=84?= =?UTF-8?q?=E5=88=99yaml=E7=BC=BA=E5=B0=91=E2=80=9D:=E2=80=9C=20(#147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/vpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/vpc.md b/docs/guide/vpc.md index 68aef9ae8..b1db0d18a 100644 --- a/docs/guide/vpc.md +++ b/docs/guide/vpc.md @@ -239,7 +239,7 @@ kind: IptablesSnatRule apiVersion: kubeovn.io/v1 metadata: name: snat01 -spec +spec: eip: eips01 internalCIDR: 10.0.1.0/24 ```