We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check this page
https://istio.io/latest/docs/tasks/traffic-management/mirroring/
Here indentation of mirror and mirror percentage is incorrect.
kubectl apply -f - <<EOF apiVersion: networking.istio.io/v1 kind: VirtualService metadata: name: httpbin spec: hosts:
The text was updated successfully, but these errors were encountered:
Duplicate; closing in favour of #15689.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Check this page
https://istio.io/latest/docs/tasks/traffic-management/mirroring/
Here indentation of mirror and mirror percentage is incorrect.
kubectl apply -f - <<EOF
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: httpbin
spec:
hosts:
http:
host: httpbin
subset: v1
weight: 100
mirror:
host: httpbin
subset: v2
mirrorPercentage:
value: 100.0
EOF
The text was updated successfully, but these errors were encountered: