aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-04-02 14:04:08 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2024-06-10 17:18:21 +0200
commit483331140fba47f02b90495ec22bbdf57762a6b8 (patch)
tree095f8c0001c48c2248eec75e89ca58162227285d /docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst
parent3aca0e2323480a220cd4064731755cf9aab0278b (diff)
[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 <andreas-geissler@telekom.de>
Diffstat (limited to 'docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst')
-rw-r--r--docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst26
1 files changed, 17 insertions, 9 deletions
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