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

CNF-14425: Add timeout handling for hardware provisioning #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. CNF-14425: Add timeout handling for hardware provisioning

    This update introduces timeout handling for node pool provisioning status.
    It tracks the start time of the hardware provisioning process, allowing
    the system to detect if it exceeds the configured timeout. If a timeout
    occurs, it is reflected in the HardwareProvisioned condition of the cluster
    request.
    Additionally, this update improves error handling by implementing requeue
    on errors and stopping requeue when provisioning has failed.
    A sample of hardware templates has also been included for reference.
    
    Signed-off-by: Tao Liu <[email protected]>
    tliu2021 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    13d525a View commit details
    Browse the repository at this point in the history