diff options
author | 2024-06-12 08:51:45 +0000 | |
---|---|---|
committer | 2024-06-12 08:51:45 +0000 | |
commit | e5cad98137d9403bcb43a8715dbd7ad9b4967615 (patch) | |
tree | 10140d9323516e60a18899b96892e9b996424f7f /docs/sections/guides | |
parent | cf911895c5b725fcea8a70104dd1acbb4e9e74e3 (diff) | |
parent | 483331140fba47f02b90495ec22bbdf57762a6b8 (diff) |
Merge "[DOC] Update Information for NewDelhi release"
Diffstat (limited to 'docs/sections/guides')
-rw-r--r-- | docs/sections/guides/infra_guides/oom_infra_base_config_setup.rst | 26 | ||||
-rw-r--r-- | docs/sections/guides/infra_guides/oom_infra_deployment_requirements.rst | 6 |
2 files changed, 20 insertions, 12 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 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 ============== ================= ========== ================= |