I'm trying the feature of fault injection, then I found, to trigger the route-rule. the request must fulfill the requirements list below:
- Inside the cluster and from a injected deployment/pod
- The deployment has a service, or
- curl [service-ip:port], success
- curl [service-name], 404 NR
- curl [service-fqdn], success
Is it a feature or bug?
istioctl version:
Version: 0.1.6
GitRevision: dab2033
GitBranch: release-0.1
User: jenkins@ubuntu-16-04-build-12ac793f80be71
GolangVersion: go1.8.1
KubeInjectHub: docker.io/istio
KubeInjectTag: 0.1
apiserver version:
Version: 0.1.6
GitRevision: dab2033
GitBranch: release-0.1
User: jenkins@ubuntu-16-04-build-12ac793f80be71
GolangVersion: go1.8.1
I'm trying the feature of fault injection, then I found, to trigger the route-rule. the request must fulfill the requirements list below:
Is it a feature or bug?