From 7f4422568e5abd0d2f8654bb2c8de085e6280084 Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Wed, 18 Dec 2024 09:10:13 +0000 Subject: [PATCH] Dual-Stack documentation incorrect (drs10) Change-Id: I39f851d0539545d51c9cb692dfc67c07952f654d Signed-off-by: Ngairangbam Mili --- .../kubernetes/dual-stack-support-318550fd91b5.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/system_configuration/kubernetes/dual-stack-support-318550fd91b5.rst b/doc/source/system_configuration/kubernetes/dual-stack-support-318550fd91b5.rst index e765a4527..ac44058ed 100644 --- a/doc/source/system_configuration/kubernetes/dual-stack-support-318550fd91b5.rst +++ b/doc/source/system_configuration/kubernetes/dual-stack-support-318550fd91b5.rst @@ -50,11 +50,10 @@ Follows the command format: ~(keystone_admin)]$ system addrpool-modify [--name ] [--network ] [--prefix ] [--ranges ] [--order ] [--floating-address ] [--controller0-address ] [--controller1-address ] [--gateway-address ] +Install a System in Dual-Stack Mode +=================================== -Install a System in Dual-Stack -============================== - -It is possible to install a system in dual-stack by adding the secondary +It is possible to install a system in dual-stack mode by adding the secondary subnets into the bootstrap variables with comma separated values as shown in the following example: @@ -74,7 +73,7 @@ the following example: external_oam_node_1_address: fd00::5,10.20.5.5 cluster_host_subnet: aefd:100::/64,198.51.100.0/24 - cluster_pod_subnet: aefd:206::/64,203.0.113.0/24 + cluster_pod_subnet: aefd:206::/64,172.16.0.0/16 cluster_service_subnet: aefd:207::/112,10.96.0.0/12