Skip to content

Commit 471f5eb

Browse files
committed
chore(25.3.0): Add DNS lookup perfomance improvements
1 parent f673b70 commit 471f5eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/ROOT/partials/release-notes/release-25.3.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ See https://github.com/stackabletech/docker-images/pull/943[docker-images#943].
3333

3434
==== Platform improvements
3535

36-
General::
36+
===== General
37+
38+
====== OCI Registry
3739

3840
Starting with this release, our OCI registry located at `oci.stackable.tech` was promoted to stable.
3941
This means that our operators, the product image selection and tools will use the registry by default instead of the previous Docker repository located at `docker.stackable.tech`.
@@ -59,6 +61,12 @@ $ helm repo update stackable-stable
5961
$ helm install --wait airflow-operator stackable-stable/airflow-operator --version 25.3 --set image.repository=docker.stackable.tech/stackable/airflow-operator
6062
----
6163

64+
====== DNS lookup performance
65+
66+
Users can now opt-in to experimental support for improved DNS performance by specifying a fully qualified domain name (with a trailing dot) as Kubernetes cluster domain for our operators.
67+
This can reduce the amount of DNS queries within the cluster, but might have side effects, hence we consider the support experimental for now.
68+
Take a look at xref:guides:kubernetes-cluster-domain.adoc[our documentation] to find out how to enable this improvement.
69+
6270
Authorization::
6371

6472
OPA Rego rules no longer require the `future.keywords` import.

0 commit comments

Comments
 (0)