Interpreting health check results
Each health check returns one of the following statuses:
OKAY: The check passed. The component or configuration meets the required criteria.
NOT_OKAY: The check failed. Review the error message and logs for detailed diagnostic information.
SKIPPED: The check was not run because it was not applicable (for example, an EKS-specific check on an AKS cluster).
When multiple tests or an entire test category is executed, the Health Checker prints a summary at the end of the run that includes:
Total number of checks
Passed, failed, and skipped counts
Total execution duration
Detailed logs for each run are written to the session log path, which is displayed at the end of the execution.
Note the following:
Each health check has a default timeout of 5 minutes (300 seconds).
For checks that require interactive input (yes/no responses or text prompts), there is no timeout while waiting for user input.
Once user input is provided, the underlying test logic remains subject to the 5-minute timeout.