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

unwanted check new version #7878

Closed
obeyler opened this issue Feb 9, 2021 · 3 comments · Fixed by #7933
Closed

unwanted check new version #7878

obeyler opened this issue Feb 9, 2021 · 3 comments · Fixed by #7933
Projects
Milestone

Comments

@obeyler
Copy link

obeyler commented Feb 9, 2021

bug

--global.checknewversion arg was not set and so on regarding the documentation it should be define to false
but I can see on my log :

time="2021-02-09T08:45:13Z" level=warning msg="Error checking new version: Get \"https://update.traefik.io/repos/traefik/traefik/releases\": dial tcp 104.26.2.101:443: i/o timeout"

args use on our deployment in K8S

              args:
              - --api=true
              - --api.dashboard=true
              - --log.level=INFO
              - --accesslog=true
              - --global.sendanonymoususage=false
              - --providers.kubernetescrd=true
              - --providers.kubernetescrd.allowcrossnamespace=false
              - --entrypoints.web=true
              - --entryPoints.web.address=:8000
              - --entrypoints.websecure=true
              - --entryPoints.websecure.address=:8443
              - --metrics.prometheus=true
              - --entrypoints.postgresql=true
              - --entryPoints.postgresql.address=:5432
              - --serverstransport.insecureskipverify=true

Output of traefik version:

traefik:v2.4.0
@obeyler obeyler changed the title check new version unwanted check new version Feb 9, 2021
@obeyler
Copy link
Author

obeyler commented Feb 9, 2021

may the reason is :

CheckNewVersion: true,

@jbdoumenjou jbdoumenjou added area/documentation kind/bug/confirmed a confirmed bug (reproducible). and removed status/0-needs-triage labels Feb 9, 2021
@jbdoumenjou jbdoumenjou added this to issues in v2 via automation Feb 9, 2021
@sbathe
Copy link

sbathe commented Feb 18, 2021

Seeing the same in latest v1.7 as well. And we set CheckNewVersion: false in our configs explicitly. So, looks like this is not limited to documentation only, but a real bug.

@traefiker
Copy link
Contributor

Closed by #7933.

v2 automation moved this from issues to Done Feb 26, 2021
@traefik traefik locked and limited conversation to collaborators Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v2
Done
Development

Successfully merging a pull request may close this issue.

4 participants