Github.com/traefik/traefik/v2/pkg/server/router/tcp/postgres.go:28 > Error while Peeking first bytes error=EOF

I am testing Traefik-v3-beta2. I see this error message constantly in debug logs.

http://github.com/traefik/traefik/v2/pkg/server/router/tcp/postgres.go:28

My values.yaml:

# values.yaml
---
ingressClass:
  enabled: true
  isDefaultClass: false
  fallbackApiVersion: v1
metrics:
  prometheus:
    addEntryPointsLabels: true
    addRoutersLabels: true
    entryPoint: metrics
ingressRoute:
  dashboard:
    enabled: true
    entryPoints: ["web"]
providers:
  kubernetesCRD:
    enabled: true
    allowCrossNamespace: true
service:
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-type: nlb
    service.beta.kubernetes.io/aws-load-balancer-internal: "true"
    service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "{}"
globalArguments:
- "--api.insecure=true"
ports:
  postgres:
    port: 5432
    expose: true
    exposedPort: 5432
    protocol: TCP
  traefik:
    port: 9000
    expose: true
    exposedPort: 9000
    protocol: TCP
  websecure:
    tls:
      enabled: false
  
logs:
  general:
    level: DEBUG
  access:
    enabled: true
image:
  name: traefik
  # defaults to appVersion
  tag: "v3.0.0-beta2"
  pullPolicy: IfNotPresent

Hello,

the problem bas been fixed https://github.com/traefik/traefik/pull/9663

it will be a part of the next release.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.