* Automator: update common-files@master in istio/istio.io@master
* lint-yaml will fail with pipefail and incoming fix, so remove now
Co-authored-by: istio-testing <istio-testing-bot@google.com>
* Update 1.6 docs: new ref docs, install changes
* Remove Chinese changes
* Add reference doc updates for 1.6.10 (also other zh changes)
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Single network virtual machine instructions
This is a copy and paste from the multi-network instructions with
anything "multi-network" removed.
* Address @frankbu's comments. cannot run linter atm.
* Fix linting error
* Unindent a section
* Rewrite multicluster installation docs
This completely replaces the existing docs for multi-primary, primary-remote, and single/multi-network.
Changed blogs dependent on the `.global` hack to reference the 1.6 docs.
* addressing sven's comments
* renaming resources and changing heading style within tabs
* using <h3> for headings in tabs
The README.md for this project contains a typo when referencing the french language as an example for adding a new maintainer team. This patch fixes the typo.
* Try longer timeout for tasks/security/authorization/authz-ingress/test.sh
* Go back to old 5m timeout and add failure on timeout back in
* Test with individual wait_for_istio call updates
* Revert to simply changing timeout (but keep duration in output)
* Fix call
* Comment out istioctl wait call
* Add TODO remark
* Fix lint error
* Add temporary sleep until _wait_for_istio is re-enabled
* Add wait for sleep deployment to complete
* test framework enhancement for multicluster doc test
* simplify multicluster test framework with setup=multicluster directive
* restore documentation comment
* Expand deployment models to include multicluster considerations
This is a prerequisite for the new multicluster installation guide.
* Update content/en/docs/reference/glossary/network.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* refactor zipkin doc test to use test/util/addons.sh
* doc test for accessing jaeger dashboard
* doc test for accessing istio-mesh and istio-service dashboards in grafana by port-forwarding
* add -L flags to follow redirects for accessing dashboards
* fix linting issue - double quote around ingress gateway URL
* improve Grafana and Jaeger access tests based on code review feedback
* fix jaeger url
* remove prometheus queries through grafana to check if it is causing flakes in CI
* fix grafana test to use productpage request boilerplate
* fix formatting in Makefile.overrides.mk
* Update test reference
* Test framework changes
* Another required change
* Update Tag to 1.8
* Pick istio/istio commit that actually exists
* Disable ISTIO_META_DNS_CAPTURE
* Add --skip-confirmation to istioctl installl commands
* Increase test timeout. First pass at fixes.
* Update to later istio/istio that fixes DNS and minor fixes
* test fixes
* Pick up go.mod `replace` changes from #8118
* Fix istioctl-analayze and mirror
* Fix mtls-migration test
* Update istio to include commit to fix egress
* Re-enable verify with fix
* Update istio/istio ref for egress fix
* Fix tasks/security/authorization/authz-td-migration - remove ns
* Shorten wait timeout so tests complete in under an hr
* Let tests continue after wait timeout
* Fix --skip-confirmation to -y and use yes | in tests
* revert yes | to echo y |
* Additional echo y fix
* Code review comments
* Change verify from same to contains as k8s 1.19 has extra warning lines.
* run tests with new kind setup script
* kind_provisioner fixup for ipv6 and some refactoring
* simplify setup for multicluster/single-cluster doc test with kind_provisioner
* define environment variables required by provisioner
* sync common files