* rewrite Secure Gateways (SDS) to use openssl for generating certs/keys
additional improvements:
1. Generate and use client certificate/private key for mutual TLS
2. Do not use quotes in YAMLs where not required
* add removing csr files and client.example.com files
* delete the directories with the certificates -> delete the certificates and the keys
found during community testing:
- The version of API was incorrect.
- The first step of the doc did not have the namespace creation (it was
in a 2nd step in the English version)
* remove deprecated platform specific examples
This examples were deprecated in the 1.4 release with
https://github.com/istio/istio.io/pull/5663. They were scheduled to be
removed in the next release (1.5).
* undo zh changes
* Add option to setup Istio on KIND
* Rename KIND to kind, fix few typos
* Arrange in a easy to follow steps
* Few more updates to make sentence better
* Small tweaks
* last few improvments
* adding layer5 adapter to the repos
* - including the generated adapter html file
Signed-off-by: Girish Ranganathan <girish.rranganathan@gmail.com>
* - updated title
* Define and link SDS on first mention
* Added fix for minikube
* Fix bad link to SPIFFE
* Revert "Fix bad link to SPIFFE"
This reverts commit 7efcc80958.
* update documentation for TCP traffic shifting: use a dedicated namespace instead of using default [istio-18285]
* fixed lint error in tcp-traffic-shifting/index.md in creating new namespace section (istio#18285)
* fix ordered list numbering to conform to MD029 configured to 'one' (istio.io/istio#18285)
* Fix problem links
Some of these changes need to go into the API repo as well.
* Update content/pt-br/news/releases/0.x/announcing-0.1/index.md
Co-Authored-By: Jhon Mike <jhon.msdev@gmail.com>
Co-authored-by: Jhon Mike <jhon.msdev@gmail.com>
* Add GRPC-WEB to supported protocol for Gateway
This patch adds GRPC-WEB to supported protocl for gateway.
Please refer to https://github.com/istio/istio/pull/20537/.
* Revert non-English page
* Clarifying automatic sidecar injection
Customers are having errors related to missing sidecars much too often, likely due to our confusing name "automatic sidecar injection" and our confusing language implying this is enabled by default. We have to make it more clear that automatic sidecar injection requires someone to turn it on first.
* Typo fix
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
* Removed redundant phrase
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Document suppression arguments for istioctl analyze
* Use correct syntax/plain rather than bash
* Quote MisplacedAnnotation to avoid spelling error
* Proper spacing between block elements
* Fixed bash snippet rendering problems
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
* remove "on the code" from "note the following elements"
* move "from a different terminal session" to the previous curl command
use terminal window instead of terminal session, since window is more clear
* rewrite the last sentence of the "Run raitings in Docker" module
* rewrite the sentence about the final version in the Bookinfo example
* remove setting NAMESPACE and KUBECONFIG since they were set in "setup local computer"
* environmental variable -> environment variable
see https://en.wikipedia.org/wiki/Environment_variable
* the Bookinfo example page -> the Bookinfo example
* in the page -> on the page
* remove "on the tutorial namespace"
all the operations are performed on the tutorial namespace anyway
* remove "Such clients are known as mesh-external clients"
there is no mesh introduced yet, and this sentence does add much information
* use kubectl patch instead of editing yaml
for GKE, to change productpage's type to LoadBalancer
* sudo is required to edit /etc/hosts, not to run the echo command
* add /static to Kubernetes Ingress Gateway