This is both not recommend and likely we are going to make this broken
in Istio 1.10, in favor of making all of these work out of the box,
assuming users did *not* follow our documentation to set this to
localhost
* Add info about using Metallb for multi-cluster setup on Kind
* update comments and fix lint
* lowercase kind
* moved instruction to the top
* add to multi-network too
* use common msg
* use boilerplate for common usage
* move tip to boilerplate
* change header for platform per TOC guidance
* Update content/en/docs/setup/platform-setup/azure/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Change to Istio 1.9
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* vm docs: fix bullets for generated files
* Update content/en/docs/setup/install/virtual-machine/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.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
* mark as tested
* generate snips
* test progress
* add -I to curl output in command
* regenerate snips
* doc test fixes
* Add HTTP/1.1 to expected output
* change to use verify_elided
* Update istio/istio ref to latest master
* Move to latest before testing.
* Update release in Makefile
* Fix some tests
* Update to latest isti.io/istio again
* Update to latest istio.io/istio
* Update to latest istio.io/istio
* Update ref to latest master
* Fix instioctl-analyze
* Add back @howardjohn commit I inadvertantly deleted
* Fix lint
* Pick up new stio: fix empty iop read from stdin for operator
* go mod tidy without itermediate go gets
* Update to current stats-filter's
* Needed another 'make gen'
* More go.* changes for changes in ref'd istio/istio
* Update istio to 1.9.0-beta.0
* fix RateLimit `@type`
correct RateLimit type is
`type.googleapis.com/envoy.extensions.filters.http.ratelimit.v3.RateLimit`
or
`type.googleapis.com/envoy.config.filter.http.rate_limit.v2.RateLimit`
* fix YAML indent
* update Lightstep docs with different instructions based on Satellite type
* fix linting errors
* fix sp error
* Update content/en/docs/tasks/observability/distributed-tracing/lightstep/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Use experimental as feature stage
Pre-alpha/Development are deprecated in favor of Experimental (see
https://github.com/istio/community/pull/495). Update docs to reference
this phase.
* Add DNS proxying to experimental phase
* Do not mix alpha and experimental
* DNS Proxying is Alpha in 1.9; add to feature status page
* Fix virtual machine install doc based on review
* Fix linting issue
* Merge Support Policy with Version info
At the TOC today, we determined that 1.9 will support 1.17-1.20. We also
discussed that we will list "best-effort" versions of kubernetes that
are believed to work, but Istio is not committed to fixing, PRs
notwithstanding.
Merge the Build & Release Cadence page with the Supported Releases page.
* Update content/en/about/supported-releases/index.md
Co-authored-by: John Howard <howardjohn@google.com>
* Feedback from doc review
* Fix linting issues
Co-authored-by: John Howard <howardjohn@google.com>