File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - Don't parse ` /etc/resolv.conf ` to auto-detect the Kubernetes cluster domain in case it is not explicitly configured.
10
+ Instead the operator will default to ` cluster.local ` . We revert this now after some concerns where raised, we will
11
+ create a follow-up decision instead addressing how we will continue with this ([ #896 ] ).
12
+
7
13
### Fixed
8
14
9
15
- Fix Kubernetes cluster domain parsing from resolv.conf, e.g. on AWS EKS.
10
16
We now only consider Kubernetes services domains instead of all domains (which could include non-Kubernetes domains) ([ #895 ] ).
11
17
12
18
[ #895 ] : https://github.com/stackabletech/operator-rs/pull/895
19
+ [ #896 ] : https://github.com/stackabletech/operator-rs/pull/896
13
20
14
21
## [ 0.79.0] - 2024-10-18
15
22
You can’t perform that action at this time.
0 commit comments