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

Create a PriorityClass for KubeVirt on startup #669

Merged
merged 1 commit into from
Jun 30, 2020

Commits on Jun 29, 2020

  1. Create a PriorityClass for KubeVirt on startup

    Until now, the PriorityClass for KubeVirt was created during
    reconciliation (after creating the CR for the HCO).  This caused the
    virt-operator to exit with a FailedCreate status, and the CSV to stay in
    a Failed status.
    This patch creates the PriorityClass when the HCO starts, allowing the
    virt-operator to be installed properly and the CSV's status to change to
    Succeeded.
    
    Signed-off-by: Yuval Turgeman <yturgema@redhat.com>
    Yuval Turgeman committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8b45662 View commit details
    Browse the repository at this point in the history