ReferencedResourceNotFound

    1. apiVersion: networking.istio.io/v1alpha3
    2. kind: Gateway
    3. metadata:
    4. name: httpbin-gateway
    5. spec:
    6. selector:
    7. istio: ingressgateway
    8. servers:
    9. number: 80
    10. name: http2
    11. protocol: HTTP2
    12. hosts:
    13. - "*"
    14. ---
    15. apiVersion: networking.istio.io/v1alpha3
    16. kind: VirtualService
    17. name: httpbin
    18. spec:
    19. hosts:
    20. - "*"
    21. gateways:
    22. - httpbin-gateway-bogus # Should have been "httpbin-gateway"
    23. http:
    24. - route:
    25. host: httpbin-gateway