Giter Club home page Giter Club logo

k3s-with-traefik2's People

Contributors

cellerich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

k3s-with-traefik2's Issues

IP Addresses

Hi thank you for this project. I am curious for the Klipper.yaml and Traefik.yaml you use IP address '192.168.211.177'..my subnets are different of course. Does this matter what I use for IP? My Load Balancer is stuck at Pending

how to work with Ingress not IngressRoute

it has been work fine with IngressRoute, but when change to Ingress then not work, shows 404 and ``

IngressRoute

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
  name: ingr-hello
  namespace: hello
  labels:
    app: app-hello
spec:
  entryPoints:
    - web
  routes:
  - match: Host(\`mydomain.com\`)
    kind: Rule
    services:
    - name: svc-hello
      port: 80

Ingress

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: ing-hello
  namespace: hello
  labels:
    app: app-hello
  annotations:
    kubernetes.io/ingress.class: traefik
spec:
  rules:
  - host: mydomain.com
    http:
      paths:
      - backend:
          serviceName: svc-hello
          servicePort: 80

show

[root@i-qoy2h7fd ~]# kubectl logs ing/ing-hello -nhello
error: cannot get the logs from *v1beta1.Ingress: selector for *v1beta1.Ingress not implemented

or as https://doc.traefik.io/traefik/routing/providers/kubernetes-ingress/, also fail

kind: Ingress
apiVersion: networking.k8s.io/v1beta1
metadata:
  name: myingress
  annotations:
    traefik.ingress.kubernetes.io/router.entrypoints: web

spec:
  rules:
    - host: example.com
      http:
        paths:
          - path: /bar
            backend:
              serviceName: whoami
              servicePort: 80
          - path: /foo
            backend:
              serviceName: whoami
              servicePort: 80

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.