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

Updates container image versions for external-dns and kubeip deployments #851

Merged
merged 5 commits into from
Nov 12, 2021

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    d3f6c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd8f79 View commit details
    Browse the repository at this point in the history
  3. Sets strategy to Recreate for kubeip deployment

    When you only have a single replica in a deployment, a rolling update
    doesn't always make the most sense, especially if the service isn't user
    facing. This change sets the update strategy for the kubeip deployment
    to a simple "Recreate", which will just delete the old pod and create a
    new one.
    nkinkade committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    6d708c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25bd0e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    765d3d7 View commit details
    Browse the repository at this point in the history