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

Closed
infa-pbailore opened this issue Dec 23, 2024 · 1 comment · May be fixed by #16137
Closed

Indentation on Mirror content is wrong #16134

infa-pbailore opened this issue Dec 23, 2024 · 1 comment · May be fixed by #16137

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
@craigbox
Copy link
Contributor

Duplicate; closing in favour of #15689.

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

Successfully merging a pull request may close this issue.

2 participants