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: autohttps cert acquisition stability fixed #1719

Merged

Commits on Jul 16, 2020

  1. fix: autohttps cert acquisition stability fixed

    Sometimes autohttps cert acquisition failed, and it was because the
    challenge was initiated from a not-k8s-ready pod due to a
    readinessProbe that would require to get a successfull response before
    it marked the pod as ready.
    
    See: traefik/traefik#7033 (comment)
    consideRatio committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a774be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e5bb1 View commit details
    Browse the repository at this point in the history