You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to set up http/2 on a subdomain but can’t seem to make it work (on version 10).
I’m getting Warning IngressInvalid 69s voyager-operator Reason: spec.rules[2].HTTP has conflicting ALPN spec with spec.rules[0].HTTP. Any ideas why?
if I indent alpn once to the left so that it becomes parallel to http and host params it passes the deployment, but it doesn’t work. This is what’s shown in get -o yaml output:
I’m trying to set up http/2 on a subdomain but can’t seem to make it work (on version 10).
I’m getting
Warning IngressInvalid 69s voyager-operator Reason: spec.rules[2].HTTP has conflicting ALPN spec with spec.rules[0].HTTP
. Any ideas why?if I indent alpn once to the left so that it becomes parallel to http and host params it passes the deployment, but it doesn’t work. This is what’s shown in get -o yaml output:
If I try like from the docs (https://appscode.com/products/voyager/10.0.0/guides/ingress/http/http2/) kubectl apply breaks with
error: error parsing ingress.yaml: error converting YAML to JSON: yaml: line 93: did not find expected '-' indicator
If I indent alpn so that it’s parallel with path and backend apply passes, describe says ok but nor frontend or backend are configured with h2…
The text was updated successfully, but these errors were encountered: