Skip to content

Commit e22b08d

Browse files
feat: Support non-default cluster domain (#518)
* chore: Bump to operator-rs 0.79.0 * document in values.yaml * Update deploy/helm/airflow-operator/values.yaml Co-authored-by: Malte Sander <malte.sander.it@gmail.com> * cargo +nightly update --breaking -Z unstable-options * bump to op-rs 0.80.0 * changelog * changelog * Update deploy/helm/airflow-operator/values.yaml Co-authored-by: Malte Sander <malte.sander.it@gmail.com> --------- Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent a908b86 commit e22b08d

File tree

7 files changed

+224
-126
lines changed

7 files changed

+224
-126
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### Added
66

77
- Allowing arbitrary python code as `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` in `webserver_config.py` ([#493]).
8+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
9+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#518]).
810
- Support for `2.9.3` ([#494]).
911
- Experimental Support for `2.10.2` ([#512]).
1012

@@ -26,6 +28,7 @@
2628
[#489]: https://github.com/stackabletech/airflow-operator/pull/489
2729
[#493]: https://github.com/stackabletech/airflow-operator/pull/493
2830
[#494]: https://github.com/stackabletech/airflow-operator/pull/494
31+
[#518]: https://github.com/stackabletech/airflow-operator/pull/518
2932
[#520]: https://github.com/stackabletech/airflow-operator/pull/520
3033

3134
## [24.7.0] - 2024-07-24

0 commit comments

Comments
 (0)