Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

virtualservice http.route timeout log error #39

Open
wansuiye opened this issue Jan 21, 2019 · 1 comment
Open

virtualservice http.route timeout log error #39

wansuiye opened this issue Jan 21, 2019 · 1 comment

Comments

@wansuiye
Copy link

hi i met such error:
log:

E0121 07:13:56.601875       1 reflector.go:205] github.com/aspenmesh/istio-vet/vendor/github.com/aspenmesh/istio-client-go/pkg/client/informers/externalversions/factory.go:76: Failed to list *v1alpha3.VirtualService: v1alpha3.VirtualServiceList: Items: []v1alpha3.VirtualService: v1alpha3.VirtualService: Spec: v1alpha3.VirtualServiceSpec: VirtualService: Http: []*v1alpha3.HTTPRoute: v1alpha3.HTTPRoute: Timeout: readObjectStart: expect { or n, but found ", error found in #10 byte of ...|timeout":"10s"}]}},{|..., bigger context ...|uster.local","port":{"number":8500}}}],"timeout":"10s"}]}},{"apiVersion":"networking.istio.io/v1alph|...

virtualservice:

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
  name: consul-proxy
spec:
  hosts:
  - proxy.infra.svc.cluster.local
  http:
  - timeout: 10s
    route:
    - destination:
        host: proxy.infra.svc.cluster.local
        port:
          number: 8500

thanks!

@nrjpoddar
Copy link
Contributor

Hi @wansuiye, thanks for filing the issue. Can you give us more information your environment:

  • K8s version
  • Istio version
  • Istio-vet image tag used for testing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants