Skip to content

Commit 394bf8b

Browse files
authored
Merge pull request #71447 from bergerhoffer/OSDOCS-8972-rn
OSDOCS#8972: Release note for disabling DC capability not generating …
2 parents ee5b024 + ad062a5 commit 394bf8b

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

release_notes/ocp-4-15-release-notes.adoc

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For more information, see xref:../installing/installing_nutanix/nutanix-failure-
9393
{product-title} {product-version} now supports the ability to enable 64k page sizes in the {op-system} kernel using the Machine Config Operator (MCO). This setting is exclusive to machines with 64-bit ARM architectures. For more information, see the xref:../post_installation_configuration/machine-configuration-tasks.adoc#machine-configuration-tasks[Machine configuration tasks] documentation.
9494

9595
[id="ocp-4-15-installation-and-update-optional-olm"]
96-
==== Optional OLM cluster capability
96+
==== Optional OLM cluster capability
9797
In {product-title} 4.15, you can disable the Operator Lifecycle Manager (OLM) capability during installation. For further information, see xref:../installing/cluster-capabilities.adoc#olm-overview_cluster-capabilities[Operator Lifecycle Manager capability].
9898

9999
[id="ocp-4-15-deploying-osp-with-root-volume-etcd-on-local-disk"]
@@ -507,7 +507,7 @@ This feature provides support for deploying {lvms} on multi-node clusters. Prior
507507
[WARNING]
508508
====
509509
{lvms} only supports node local storage on multi-node clusters. It does not support storage data replication mechanism across nodes. When using {lvms} on multi-node clusters, you must ensure storage data replication through active or passive replication mechanisms to avoid a single point of failure.
510-
====
510+
====
511511

512512
For more information, see xref:../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-preface-sno-ran_logical-volume-manager-storage[Deploying {lvms}].
513513

@@ -655,7 +655,7 @@ For more information, see xref:../monitoring/config-map-reference-for-the-cluste
655655

656656
[id="ocp-4-15-monitoring-improved-alert-querying-for-user-defined-projects"]
657657
==== Improved alert querying for user-defined projects
658-
Applications in user-defined projects now have API access to query alerts for application namespaces via the rules tenancy port for Thanos Querier.
658+
Applications in user-defined projects now have API access to query alerts for application namespaces via the rules tenancy port for Thanos Querier.
659659
You can now construct queries that access the `/api/v1/alerts` endpoint via port 9093 for Thanos Querier, provided that the HTTP request contains a `namespace` parameter.
660660
In previous releases, the rules tenancy port for Thanos Querier did not provide API access to the `/api/v1/alerts` endpoint.
661661

@@ -772,21 +772,21 @@ If you are receiving pod security violations, see the following resources:
772772

773773
[discrete]
774774
[id="ocp-4-15-auth-generated-secrets"]
775-
==== Secrets are no longer automatically generated when the integrated {product-registry} is disabled
775+
=== Secrets are no longer automatically generated when the integrated {product-registry} is disabled
776776

777-
If you disable the `ImageRegistry` capability or if you disable the integrated {product-registry} in the Cluster Image Registry Operator's configuration, a service account token secret and image pull secret are no longer generated for each service account.
777+
If you disable the `ImageRegistry` cluster capability or if you disable the integrated {product-registry} in the Cluster Image Registry Operator's configuration, a service account token secret and image pull secret are no longer generated for each service account.
778778

779779
For more information, see xref:../nodes/pods/nodes-pods-secrets.adoc#auto-generated-sa-token-secrets_nodes-pods-secrets[Automatically generated secrets].
780780

781781
[discrete]
782782
[id="ocp-4-15-ovnic-default-range"]
783-
==== Open Virtual Network Infrastructure Controller default range
783+
=== Open Virtual Network Infrastructure Controller default range
784784

785785
Previously, the IP address range `168.254.0.0/16` was the default IP address range that the Open Virtual Network Infrastructure Controller used for the transit switch subnet. With this update, the Controller uses `100.88.0.0/16` as the default IP address range. Do not use this IP range in your production infrastructure network. (link:https://issues.redhat.com/browse/OCPBUGS-20178[*OCPBUGS-20178*])
786786

787787
[discrete]
788788
[id="ocp-4-15-no-strict-limits-variable"]
789-
==== Introduction of HAProxy no strict-limits variable
789+
=== Introduction of HAProxy no strict-limits variable
790790

791791
The transition to HAProxy 2.6 included enforcement for the `strict-limits` configuration, which resulted in fatal errors when `maxConnections` requirements could not be met. The `strict-limits` setting is not configurable by end users and remains under the control of the HAProxy template.
792792

@@ -797,6 +797,14 @@ This release introduces a configuration adjustment in response to the transition
797797

798798
To resolve these warnings, we recommend specifying `-1` or `auto` for the `maxConnections` field when tuning an IngressController. This choice allows HAProxy to dynamically calculate the maximum value based on the available resource limitations in the running container, which eliminates these warnings. (https://issues.redhat.com/browse/OCPBUGS-21803[*OCPBUGS-21803*])
799799

800+
[discrete]
801+
[id="ocp-4-15-auth-deployer-sa"]
802+
=== The deployer service account is no longer created if the DeploymentConfig cluster capability is disabled
803+
804+
If you disable the `DeploymentConfig` cluster capability, the `deployer` service account and its corresponding secrets are no longer created.
805+
806+
For more information, see xref:../installing/cluster-capabilities.adoc#deployment-config-capability_cluster-capabilities[DeploymentConfig capability].
807+
800808
[id="ocp-4-15-deprecated-removed-features"]
801809
== Deprecated and removed features
802810

0 commit comments

Comments
 (0)