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

Set Node Unhealthy in E2E by Stopping Kubelet #68

Merged
merged 3 commits into from
Jul 31, 2023

Commits on Jul 27, 2023

  1. Set node unhealthy in E2E by stoping kubelet

    The E2E test should emphasize a realistic scenario of only when a node is unhealthy FAR CR should be created. We achieve that by stopping kubelet on the desired node
    razo7 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5a2fd4c View commit details
    Browse the repository at this point in the history
  2. Filter remediated node from list of available nodes

    Test one remediation and two remediations while filtering the first node from selection after the first remediation
    razo7 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4f0a5f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Typo fix

    Function declaration and comments
    razo7 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    48bcf47 View commit details
    Browse the repository at this point in the history