From 8ea70b60efac67f8b4ad4be8b8018a946f551d06 Mon Sep 17 00:00:00 2001 From: Satoshi Fujii Date: Wed, 13 Oct 2021 09:16:09 +0000 Subject: Fix pod become unready state The original implementation used Popen but its stdout pipe became clogged because the captured output was not processed properly. As a result, readiness check failed due to health-check server not responding and the pod became unready state. Signed-off-by: Satoshi Fujii Issue-ID: DCAEGEN2-2832 Change-Id: I98259e25fe40d5374a2c4236fc20bd631673f15e --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 54a6970..ea8694a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.4.0] - 2021/10/12 ### Changed - [DCAEGEN2-2939] Removed unused code (config\_notif.py) +### Fixed +- [DCAEGEN2-2832] Pod become unready state ## [2.3.1.] - 2021/06/19 -- cgit 1.2.3-korg