Support Annotations on Ingress Controller for HTTP/2
anothertobi opened this issue · 0 comments
anothertobi commented
Context
In order to enable HTTP/2 on an Ingress Controller, an annotation has to be added to it [1]. This should be supported by the component.
Alternatives
Manually managing an HTTP/2 Ingress Controller or manually enabling HTTP/2 cluster-wide:
oc annotate ingresses.config/cluster ingress.operator.openshift.io/default-enable-http2=true