Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Policy/policy.open-cluster-management.io health check is broken (#20108) #20109

Merged

Commits on Sep 25, 2024

  1. Fix Policy/policy.open-cluster-management.io health check

    Tried using the health check as listed here but it gave error:
    
    | error setting app health: failed to get resource health for "Policy" with name "XXXX" in namespace "local-cluster": <string>:35: invalid value (nil) at index 1 in table for concat stack traceback: [G]: in function 'concat' <string>:35: in main chunk [G]: ?
    
    This change fixes the error by updating how the noncompliant clusters are tracked and counted to use latest Lua recommendations.
    
    Signed-off-by: Ian Tewksbury <[email protected]>
    itewk committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f78a76f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ea690d6 View commit details
    Browse the repository at this point in the history