File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424- The built-in Prometheus servlet is now enabled and metrics are exposed under the ` /prom ` path of all UI services ([ #695 ] ).
2525- Add several properties to ` hdfs-site.xml ` and ` core-site.xml ` that improve general performance and reliability ([ #696 ] ).
2626- Add RBAC rule to helm template for automatic cluster domain detection ([ #699 ] ).
27+ - Add ` prometheus.io/path|port|scheme ` annotations to metrics service ([ #721 ] ).
2728
2829### Changed
2930
@@ -48,6 +49,9 @@ All notable changes to this project will be documented in this file.
4849 - The CLI argument ` --kubernetes-node-name ` or env variable ` KUBERNETES_NODE_NAME ` needs to be set. The helm-chart takes care of this.
4950- The operator helm-chart now grants RBAC ` patch ` permissions on ` events.k8s.io/events ` ,
5051 so events can be aggregated (e.g. "error happened 10 times over the last 5 minutes") ([ #700 ] ).
52+ - BREAKING: Renamed headless rolegroup service from ` <stacklet>-<role>-<rolegroup> ` to ` <stacklet>-<role>-<rolegroup>-metrics ` ([ #721 ] ).
53+ - The ` prometheus.io/scrape ` label was moved to the metrics service
54+ - The headless service now only exposes product / data ports, the metrics service only metrics ports
5155
5256### Fixed
5357
@@ -76,6 +80,7 @@ All notable changes to this project will be documented in this file.
7680[ #697 ] : https://github.com/stackabletech/hdfs-operator/pull/697
7781[ #699 ] : https://github.com/stackabletech/hdfs-operator/pull/699
7882[ #700 ] : https://github.com/stackabletech/hdfs-operator/pull/700
83+ [ #721 ] : https://github.com/stackabletech/hdfs-operator/pull/721
7984
8085## [ 25.3.0] - 2025-03-21
8186
You can’t perform that action at this time.
0 commit comments