Fix incorrect case and missing rbac in documentation
This commit is contained in:
parent
0dc5b7d013
commit
3ee316c5bb
12 changed files with 24 additions and 11 deletions
|
@ -239,6 +239,18 @@ In `v3.4`, a new `rootCAs` option has been added to the `ServersTransport` and `
|
|||
It allows the configuration of CA certificates from both `ConfigMaps` and `Secrets`,
|
||||
and replaces the `rootCAsSecrets` option, as shown below:
|
||||
|
||||
CRDs can be updated with this command:
|
||||
|
||||
```shell
|
||||
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
|
||||
```
|
||||
|
||||
RBACs need to be updated with this command:
|
||||
|
||||
```shell
|
||||
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.4/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
|
||||
```
|
||||
|
||||
```yaml
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue