1
0
Fork 0

Fix incorrect case and missing rbac in documentation

This commit is contained in:
Michael 2025-05-13 11:04:05 +02:00 committed by GitHub
parent 0dc5b7d013
commit 3ee316c5bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 24 additions and 11 deletions

View file

@ -89,7 +89,7 @@ spec:
observability:
description: |-
Observability defines the observability configuration for a router.
More info: https://doc.traefik.io/traefik/v3.2/routing/routers/#observability
More info: https://doc.traefik.io/traefik/v3.4/routing/routers/#observability
properties:
accessLogs:
type: boolean

View file

@ -10,6 +10,7 @@ rules:
- services
- secrets
- nodes
- configmaps
verbs:
- get
- list

View file

@ -89,7 +89,7 @@ spec:
observability:
description: |-
Observability defines the observability configuration for a router.
More info: https://doc.traefik.io/traefik/v3.2/routing/routers/#observability
More info: https://doc.traefik.io/traefik/v3.4/routing/routers/#observability
properties:
accessLogs:
type: boolean

View file

@ -203,7 +203,7 @@ version: "3.7"
services:
traefik:
image: traefik:v3.2
image: traefik:v3.4
environment:
- TZ=US/Alaska
command:

View file

@ -20,10 +20,10 @@ When you install Traefik without using the Helm Chart, or when you are upgrading
```bash
# Install Traefik Resource Definitions:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
# Install RBAC for Traefik:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.2/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
```
## Configuration Example

View file

@ -34,7 +34,7 @@ For more details, check out the conformance [report](https://github.com/kubernet
```bash
# Install Traefik RBACs.
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.2/docs/content/reference/dynamic-configuration/kubernetes-gateway-rbac.yml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-gateway-rbac.yml
```
## Configuration Example

View file

@ -33,7 +33,7 @@ spec:
namespace: apps
# Enable Router observability
observability:
accesslogs: true
accessLogs: true
metrics: true
tracing: true
# Set a pirority

View file

@ -402,7 +402,7 @@ This way, any Ingress attached to this Entrypoint will have TLS termination by d
serviceAccountName: traefik-ingress-controller
containers:
- name: traefik
image: traefik:v3.2
image: traefik:v3.4
args:
- --entryPoints.websecure.address=:443
- --entryPoints.websecure.http.tls