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

[release-1.26] Packaged Traefik 2.9.4 has incorrect access logs #7504

Closed
brandond opened this issue May 9, 2023 · 1 comment
Closed

[release-1.26] Packaged Traefik 2.9.4 has incorrect access logs #7504

brandond opened this issue May 9, 2023 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented May 9, 2023

@bguzman-3pillar
Copy link

Validated on commit e8d9ed7

$ k3s -v
k3s version v1.26.4+k3s-e8d9ed79 (e8d9ed79)
go version go1.19.8

Environment Details

Infrastructure

  • Cloud
  • Hosted

Node(s) CPU architecture, OS, and Version:

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Cluster Configuration:

1 server

Testing Steps

  1. Install the k3s using commit
  2. Look for the Traefik 2.9.4 & Chart 21.2.0

Validation Results:

$ kubectl get node,all -A -o wide | grep "2.9.10"
kube-system   deployment.apps/traefik                  1/1     1            1           10m   traefik                  rancher/mirrored-library-traefik:2.9.10   app.kubernetes.io/instance=traefik-kube-system,app.kubernetes.io/name=traefik
kube-system   replicaset.apps/traefik-57c84cf78d                  1         1         1       10m   traefik                  rancher/mirrored-library-traefik:2.9.10   app.kubernetes.io/instance=traefik-kube-system,app.kubernetes.io/name=traefik,pod-template-hash=57c84cf78d
$ kubectl describe pod/traefik-57c84cf78d-k9nm7 -n kube-system | grep "traefik"
Name:                 traefik-57c84cf78d-k9nm7
Service Account:      traefik
Labels:               app.kubernetes.io/instance=traefik-kube-system
                      app.kubernetes.io/name=traefik
                      helm.sh/chart=traefik-21.2.1_up21.2.0
Controlled By:  ReplicaSet/traefik-57c84cf78d
  traefik:
    Image:         rancher/mirrored-library-traefik:2.9.10
    Image ID:      docker.io/rancher/mirrored-library-traefik@sha256:aaec134463b277ca7aa4f88807c8b67f2ec05d92a8f0432c0540b7ecc8fe724a
      --entrypoints.traefik.address=:9000/tcp
      --providers.kubernetesingress.ingressendpoint.publishedservice=kube-system/traefik
  Normal  Scheduled  11m   default-scheduler  Successfully assigned kube-system/traefik-57c84cf78d-k9nm7 to ip-172-31-33-229
  Normal  Pulling    11m   kubelet            Pulling image "rancher/mirrored-library-traefik:2.9.10"
  Normal  Pulled     11m   kubelet            Successfully pulled image "rancher/mirrored-library-traefik:2.9.10" in 2.97682403s (2.976831523s including waiting)
  Normal  Created    11m   kubelet            Created container traefik
  Normal  Started    11m   kubelet            Started container traefik
$ helm ls -A
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml
NAME       	NAMESPACE  	REVISION	UPDATED                                	STATUS  	CHART                      	APP VERSION
traefik    	kube-system	1       	2023-05-15 20:20:03.658372718 +0000 UTC	deployed	traefik-21.2.1+up21.2.0    	v2.9.10    
traefik-crd	kube-system	1       	2023-05-15 20:20:00.331370837 +0000 UTC	deployed	traefik-crd-21.2.1+up21.2.0	v2.9.10   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants