Timeout is not working with istio1.4 when i am deploying below yaml file in my kubernetes

1/23/2020
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
  name: conductor
spec:
  hosts:
  - conductor
  http:
  - route:
    - destination:
        host: conductor  
    timeout: 1s
-- Rahul Kumar
istio
kubernetes

0 Answers