From 2ca3f78134c664d08ddac1af78d295adf3de8e3c Mon Sep 17 00:00:00 2001 From: Tyler Gu Date: Wed, 15 Nov 2023 16:08:44 -0600 Subject: [PATCH] Fix Signed-off-by: Tyler Gu --- acto/checker/impl/health.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acto/checker/impl/health.py b/acto/checker/impl/health.py index b86952782..2e1e15c5d 100644 --- a/acto/checker/impl/health.py +++ b/acto/checker/impl/health.py @@ -53,7 +53,7 @@ def check(self, _: int, snapshot: Snapshot, __: Snapshot) -> OracleResult: (dp['metadata']['name'], condition['type'], condition['status'], condition['message'])) - for daemonset in system_state['daemonset'].values(): + for daemonset in system_state['daemon_set'].values(): if (daemonset['status']['desired_number_scheduled'] != daemonset['status'][ 'number_ready'] or daemonset['status']['desired_number_scheduled'] != daemonset['status']['number_available']):