From 483331140fba47f02b90495ec22bbdf57762a6b8 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 2 Apr 2024 14:04:08 +0200 Subject: [DOC] Update Information for NewDelhi release Update the list of platform component versions and instructions for New Delhi version Kubernetes, Istio, Operators... Added release notes for NewDehli Issue-ID: OOM-3270 Change-Id: Iea65a4c8939bdc861b29d84933f2e3f67d93bed1 Signed-off-by: Andreas Geissler --- .../infra_guides/oom_infra_base_config_setup.rst | 26 ++++++++++++++-------- .../oom_infra_deployment_requirements.rst | 6 ++--- 2 files changed, 20 insertions(+), 12 deletions(-) (limited to 'docs/sections/guides/infra_guides') diff --git a/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst b/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst index f25f4e716c..db8d37ddff 100644 --- a/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst +++ b/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst @@ -65,14 +65,14 @@ Validate the installation:: :: NAME STATUS ROLES AGE VERSION - onap-control-1 Ready controlplane,etcd 3h53m v1.27.5 - onap-control-2 Ready controlplane,etcd 3h53m v1.27.5 - onap-k8s-1 Ready worker 3h53m v1.27.5 - onap-k8s-2 Ready worker 3h53m v1.27.5 - onap-k8s-3 Ready worker 3h53m v1.27.5 - onap-k8s-4 Ready worker 3h53m v1.27.5 - onap-k8s-5 Ready worker 3h53m v1.27.5 - onap-k8s-6 Ready worker 3h53m v1.27.5 + onap-control-1 Ready controlplane,etcd 3h53m v1.28.6 + onap-control-2 Ready controlplane,etcd 3h53m v1.28.6 + onap-k8s-1 Ready worker 3h53m v1.28.6 + onap-k8s-2 Ready worker 3h53m v1.28.6 + onap-k8s-3 Ready worker 3h53m v1.28.6 + onap-k8s-4 Ready worker 3h53m v1.28.6 + onap-k8s-5 Ready worker 3h53m v1.28.6 + onap-k8s-6 Ready worker 3h53m v1.28.6 Install & configure helm @@ -249,8 +249,16 @@ Install Istio Basic Platform - Create an override for istiod (e.g. istiod.yaml) to add the oauth2-proxy as external authentication provider and apply some specific config settings + Be aware, that from Istio version 1.21.0 the format of the values.yaml changes. + Additionally a new feature (Native Sidecars) can be enabled, if it is enabled in + Kubernetes (version > 1.28) - .. collapse:: istiod.yaml + .. collapse:: istiod.yaml (version => 1.21) + + .. include:: ../../resources/yaml/istiod-1_21.yaml + :code: yaml + + .. collapse:: istiod.yaml (version < 1.21) .. include:: ../../resources/yaml/istiod.yaml :code: yaml diff --git a/docs/sections/guides/infra_guides/oom_infra_deployment_requirements.rst b/docs/sections/guides/infra_guides/oom_infra_deployment_requirements.rst index 4b2a7528cb..11377235bc 100644 --- a/docs/sections/guides/infra_guides/oom_infra_deployment_requirements.rst +++ b/docs/sections/guides/infra_guides/oom_infra_deployment_requirements.rst @@ -50,7 +50,7 @@ The versions of software that are supported and tested by OOM are as follows: ============== =========== ======= ======== ======== ============= ======== London 1.23.8 3.8.2 1.23.x 20.10.x 1.12.2 0.35.0 Montreal 1.27.5 3.12.3 1.27.x 20.10.x 1.13.2 0.36.1 - New Delhi 1.27.5 3.12.3 1.27.x 20.10.x 1.13.2 0.40.0 + New Delhi 1.28.6 3.13.1 1.28.x 20.10.x 1.14.4 0.41.0 ============== =========== ======= ======== ======== ============= ======== .. table:: OOM Software Requirements (production) @@ -60,7 +60,7 @@ The versions of software that are supported and tested by OOM are as follows: ============== ====== ============ ============== London 1.17.2 v0.6.2 19.0.3-legacy Montreal 1.19.3 v1.0.0 19.0.3-legacy - New Delhi 1.19.3 v1.0.0 22.0.4 + New Delhi 1.21.0 v1.0.0 22.0.4 ============== ====== ============ ============== .. table:: OOM Software Requirements (optional) @@ -70,5 +70,5 @@ The versions of software that are supported and tested by OOM are as follows: ============== ================= ========== ================= London 45.x 1.6.1 Montreal 45.x 1.10.2 0.23.1 - New Delhi 45.x 1.11.0 0.24.0 + New Delhi 45.x 1.16.0 0.28.1 ============== ================= ========== ================= -- cgit 1.2.3-korg