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

Indentation on Mirror content is wrong #16134

Open
infa-pbailore opened this issue Dec 23, 2024 · 0 comments
Open

Indentation on Mirror content is wrong #16134

infa-pbailore opened this issue Dec 23, 2024 · 0 comments

Comments

@infa-pbailore
Copy link

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:

  • httpbin
    http:
    • route:
  • destination:
    host: httpbin
    subset: v1
    weight: 100
    mirror:
    host: httpbin
    subset: v2
    mirrorPercentage:
    value: 100.0
    EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant