Skip to content

Commit

Permalink
make a sentence shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Nov 26, 2024
1 parent 62e1943 commit ef4fade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ Bug fixes::
Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects.
This behavior was triggered by different situations, such as when the operator was restarted.
* Trino, Spark, HBase, Airflow: These used to have https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides would not always work as expected, this has now been fixed.
* The cluster domain (default `cluster.local`) which caused problems in non-default cluster setups can now be configured in all operators using the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or setting the helm value `kubernetesClusterDomain` during installation as described in https://docs.stackable.tech/home/nightly/guides/kubernetes-cluster-domain[Configuring the Kubernetes cluster domain].
* The cluster domain (default `cluster.local`) which caused problems in non-default cluster setups can now be configured in all operators.
Either set the ENV variable `KUBERNETES_CLUSTER_DOMAIN` or the helm value `kubernetesClusterDomain` during installation as described in https://docs.stackable.tech/home/nightly/guides/kubernetes-cluster-domain[Configuring the Kubernetes cluster domain].
* Apache Airflow: In release 24.7 Airflow did not propagate git credentials correctly to the gitsync containers.
This has now been corrected and works for both celery- and kubernetes workers.
* Operators now do not stop reconciling existing clusters if one of the https://github.com/stackabletech/issues/issues/211[cluster objects cannot be deserialized].
Expand Down

0 comments on commit ef4fade

Please sign in to comment.