diff --git a/pkg/ingress/kube/annotations/annotations.go b/pkg/ingress/kube/annotations/annotations.go index ffd27a598..3ce2c93e2 100644 --- a/pkg/ingress/kube/annotations/annotations.go +++ b/pkg/ingress/kube/annotations/annotations.go @@ -154,8 +154,10 @@ func NewAnnotationHandlerManager() AnnotationHandler { rewrite{}, upstreamTLS{}, ipAccessControl{}, + timeout{}, retry{}, loadBalance{}, + localRateLimit{}, fallback{}, auth{}, destination{}, @@ -175,7 +177,9 @@ func NewAnnotationHandlerManager() AnnotationHandler { redirect{}, rewrite{}, ipAccessControl{}, + timeout{}, retry{}, + localRateLimit{}, fallback{}, ignoreCaseMatching{}, match{},