mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-22 16:51:05 +00:00
Compare commits
1 Commits
feature_re
...
2.15.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
413b7003a2 |
@@ -86,7 +86,7 @@ spec:
|
|||||||
!!! tip
|
!!! tip
|
||||||
AWX Operator supports both API groups `traefik.io` and `traefik.containo.us` in `ingress_api_version` for Traefik, but it is recommended to use `traefik.io` since `traefik.containo.us` is deprecated in Traefik v2.10 and is removed in Traefik v3. Refer to [Traefik documentation](https://doc.traefik.io/traefik/migration/v2/#v210) for more information about deprecation.
|
AWX Operator supports both API groups `traefik.io` and `traefik.containo.us` in `ingress_api_version` for Traefik, but it is recommended to use `traefik.io` since `traefik.containo.us` is deprecated in Traefik v2.10 and is removed in Traefik v3. Refer to [Traefik documentation](https://doc.traefik.io/traefik/migration/v2/#v210) for more information about deprecation.
|
||||||
|
|
||||||
If you can't see any IngressRouteTCP resources by `kubectl` command after deploying mesh ingress, you should fully qualify the resource name with API group, `kubectl get ingressroutetcp.traefik.io` or `kubectl get traefik.containo.us` for example.
|
If you can't see any IngressRouteTCP resources by `kubectl` command after deploying mesh ingress, you should fully qualify the resource name with API group, `kubectl get ingressroutetcp.traefik.io` or `kubectl get ingressroutetcp.traefik.containo.us` for example.
|
||||||
|
|
||||||
### On Kubernetes with User managed Ingress
|
### On Kubernetes with User managed Ingress
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user