Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 15, 2023
1 parent 123fcc2 commit 2ca3f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acto/checker/impl/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']):
Expand Down

0 comments on commit 2ca3f78

Please sign in to comment.