Skip to content
New issue

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

Document error #15783

Closed
MingYuanTomas opened this issue Oct 10, 2024 · 3 comments
Closed

Document error #15783

MingYuanTomas opened this issue Oct 10, 2024 · 3 comments
Labels
good first issue Indicates a good first issue for new contributors

Comments

@MingYuanTomas
Copy link

https://istio.io/latest/docs/tasks/traffic-management/mirroring/

kubectl apply -f - <<EOF
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
  name: httpbin
spec:
  hosts:
- httpbin
  http:
  - route:
- destination:
    host: httpbin
    subset: v1
  weight: 100
mirror:
  host: httpbin
  subset: v2
mirrorPercentage:
  value: 100.0
EOF

file content error

@kfaseela kfaseela transferred this issue from istio/community Oct 10, 2024
@kfaseela kfaseela added the good first issue Indicates a good first issue for new contributors label Oct 10, 2024
@zirain
Copy link
Member

zirain commented Oct 11, 2024

@kfaseela looks like same issue last time you ask me? related to the tabset?

@kfaseela
Copy link
Member

@kfaseela looks like same issue last time you ask me? related to the tabset?

Yeah looks like the same..

@kfaseela
Copy link
Member

Duplicate of #15689

@kfaseela kfaseela marked this as a duplicate of #15689 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Indicates a good first issue for new contributors
Projects
None yet
Development

No branches or pull requests

3 participants