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 e042ce1 commit 123fcc2
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 @@ -57,7 +57,7 @@ def check(self, _: int, snapshot: Snapshot, __: Snapshot) -> OracleResult:
if (daemonset['status']['desired_number_scheduled'] != daemonset['status'][
'number_ready']
or daemonset['status']['desired_number_scheduled'] != daemonset['status']['number_available']):
unhealthy_resources['daemonset'].append(
unhealthy_resources['daemon_set'].append(
'%s desired_number_scheduled [%s] number_ready [%s]' %
(daemonset['metadata']['name'],
daemonset['status']['desired_number_scheduled'],
Expand Down

0 comments on commit 123fcc2

Please sign in to comment.