We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
traefik version
1.1.2-camembert
Kubernetes 1.5.1
--- apiVersion: extensions/v1beta1 kind: DaemonSet metadata: name: traefik-ingress-controller namespace: traefik-ingress labels: k8s-app: traefik-ingress-lb spec: template: metadata: labels: k8s-app: traefik-ingress-lb name: traefik-ingress-lb version: v1.1.2 spec: nodeSelector: role: internal-ingress terminationGracePeriodSeconds: 60 hostNetwork: true containers: - image: traefik:v1.1.2 name: traefik-ingress-lb resources: limits: cpu: 200m memory: 30Mi requests: cpu: 100m memory: 20Mi ports: - containerPort: 80 hostPort: 80 - containerPort: 443 hostPort: 443 - containerPort: 8080 hostPort: 8080 args: - --web - --kubernetes - --logLevel=DEBUG
--- apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: "nginx" kubernetes.io/tls-acme: "false" name: communication-fe-test namespace: hptest spec: rules: - host: notsupposedtolistintraefik.tld http: paths: - backend: serviceName: communication-fe servicePort: 80 path: /
No ingress rule in traffic since ingres.class = nginx
The text was updated successfully, but these errors were encountered:
#1163 dupes this, there is more discussion there so closing this
Sorry, something went wrong.
No branches or pull requests
What version of Traefik are you using (
traefik version
)?1.1.2-camembert
What is your environment & configuration (arguments, toml...)?
Kubernetes 1.5.1
What did you expect to see?
No ingress rule in traffic since ingres.class = nginx
What did you see instead?
The text was updated successfully, but these errors were encountered: