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

ensure no retry for create/apply/delete #18

Merged
merged 2 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. ensure no retry for create/apply/delete

    We only want to retry kube.get actions, not create, apply or delete. In
    bringing in gdt@v1.9.0, we now have override ability for an individual
    Evaluable's Retry and Timeout.
    
    When adding this functionality, it became evident that KinD clusters
    don't immediately add the default service account, which is required for
    simple tests like the creation of an nginx Pod.
    
    So, added a wait loop inside the KindFixture's Start method that waits
    for up to 15 seconds until it sees the existence of the default service
    account.
    
    Issue gdt-dev#17
    
    Signed-off-by: Jay Pipes <jaypipes@gmail.com>
    jaypipes committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    464030a View commit details
    Browse the repository at this point in the history
  2. fix up linter failures

    jaypipes committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f198f96 View commit details
    Browse the repository at this point in the history