Skip to content

Commit da4eab1

Browse files
committed
feat: Support non-default cluster domain
1 parent 273600f commit da4eab1

File tree

5 files changed

+152
-120
lines changed

5 files changed

+152
-120
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- The operator can now run on Kubernetes clusters using a non-default cluster domain. It should automatically detect the
10+
correct domain to use, but you can also use the env var `KUBERNETES_CLUSTER_DOMAIN` to set the domain explicitly ([#XXX]).
11+
712
### Changed
813

914
- Reduce CRD size from `2.4MB` to `183KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#584]):

0 commit comments

Comments
 (0)