From 48f67e12f6352e7f53934302c3ddcf99e5dd3114 Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Tue, 5 Dec 2023 12:25:01 +0900 Subject: [PATCH] update unmanaged spec Signed-off-by: Sunyanan Choochotkaew --- document/docs/release/alpha.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/document/docs/release/alpha.md b/document/docs/release/alpha.md index 9722230f..7e98a556 100644 --- a/document/docs/release/alpha.md +++ b/document/docs/release/alpha.md @@ -67,15 +67,16 @@ metadata: name: node-1 labels: - unmanaged: true - hostName: node-1 - interfaces: - - hostIP: "" - interfaceName: eth1 - netAddress: 192.168.0.0/24 - - hostIP: "" - interfaceName: eth2 - netAddress: 192.168.1.0/24 + multi-nic-unmanaged: "true" + spec: + hostName: node-1 + interfaces: + - hostIP: "" + interfaceName: eth1 + netAddress: 192.168.0.0/24 + - hostIP: "" + interfaceName: eth2 + netAddress: 192.168.1.0/24 * Multi-gateway route configuration support