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 image pull secret name #56

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Fix image pull secret name #56

merged 1 commit into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Fix image pull secret name

    to prevent the issue in the following scenario:
    
    1. An image pull secret is provisioned, and a Pod successfully pulls image and starts
    2. ServiceAccount's annotation is changed, resulting in a change of the image pull secret name
    3. The Pod attempts to pull the image again for some reason
    4. The old image pull secret has been deleted, causing the Pod to fail in pulling the image
    5. Since the Pod initially started successfully in step 1, the evictor does not recover the Pod
    ordovicia committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    93a1f7d View commit details
    Browse the repository at this point in the history