Skip to content

Commit d303698

Browse files
committed
corrections II
1 parent 9f24571 commit d303698

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66

77
### Added
8-
8+
99
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
1010
config property `requestedSecretLifetime`. This helps reducing frequent Pod restarts ([#619]).
1111
- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]).
1212
- Aggregate emitted Kubernetes events on the CustomResources ([#643]).
1313

14+
### Changed
15+
16+
- Switch the WebUI liveness probe from `httpGet` to checking the tcp socket.
17+
This helps with setups where configOverrides are used to enable security on the HTTP interfaces.
18+
As this results in `401` HTTP responses (instead of `200`), this previously failed the liveness checks.
19+
1420
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
1521
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
1622
[#643]: https://github.com/stackabletech/hdfs-operator/pull/643

0 commit comments

Comments
 (0)