Giter VIP home page Giter VIP logo

Comments (4)

schlichtanders avatar schlichtanders commented on August 23, 2024 2

I fixed my current cluster by installing the new CRD and RBAC definitions

# Install Traefik Resource Definitions:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml

# Install RBAC for Traefik:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml

and then, in addition, I needed to change all the k8s traefik yaml resource definitions to use apiVersion: traefik.io/v1alpha1.

from terraform-hcloud-kube-hetzner.

schlichtanders avatar schlichtanders commented on August 23, 2024 1

Looking around where this autoupdate is defined I found that

  • traefik is not autoupdating itself according to a comment found here traefik/traefik#9629 (comment)
  • I found traefik_image_tag in kube.tf which says that if not set it will automatically grab the most recent image tag. In addition the deployment seems to have a self-restarting set after a certain amount of time, which together may lead to this self-updating behaviour

from terraform-hcloud-kube-hetzner.

mysticaltech avatar mysticaltech commented on August 23, 2024

Interesting, maybe a bug should be opened on k3s' side.

from terraform-hcloud-kube-hetzner.

mysticaltech avatar mysticaltech commented on August 23, 2024

@schlichtanders It could be updated automatically along with k3s. However, if I remember correctly (I need to re-check in the code), we had dissociated traefik from k3s and are now installing it directly via helm. Maybe you were running an old cluster?

from terraform-hcloud-kube-hetzner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.