* fix formatting in mirroring task
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* fix linting issues
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* updated snips
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* add namespace label back
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* ugh
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* getting there ...
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* remove the ns label at the end of the test
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* Update content/en/docs/tasks/traffic-management/mirroring/index.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* indent the tab sections
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* pr feedback
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
* typo fix
---------
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update documentation to not refer to experimental APIs
* missed TCPRoute, we did have one example of that
* fix snip
* and again
* and again
* caught error, thanks @ericvn!
* Change Istio Classic terminology to Istio APIs
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Fix stutter
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Change back parallel structure formation
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
---------
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Silence curl command
* Update more files with -sS (adding S to show errors)
* Over-agressive on the -S and causing some tests to fail.
* Remove more curl -S flags
* Small update to clarify the mirror flow
Small clarification - This route rule sends 100% of the traffic from `v1` to `v2`
* Update index.md
ok updated, hope this clarifies further.
* Update content/en/docs/tasks/traffic-management/mirroring/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Reverted the actual mirror test script, because mirror test seems to have some subtle failure when running with what seems to be the exact same commands via snips. Will investigate further in followup PR. Merging this one to get the generator changes.
* bugfix: V1/2_POD_IP set error when there are multiple pods labelled version=v1/2
* certificate decode error when decoding from bash pipe by openssl
* revert certificate decode error when decoding from bash pipe by openssl
* migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16
* migrate Deployment, PodSecurityPolicy apiVersion to support k8s 1.16
* Mention mirror_percent field in mirroring task
* Apply suggestions from code review
Co-Authored-By: Adam Miller <1402860+adammil2000@users.noreply.github.com>