* Rewrite contribution guides to empower reviewers
This rewrite includes the following changes:
- Implement the new reviewer role.
- Restructure the contribution guides into multiple smaller pages to make
them easier to reference.
- Added separate pages for adding new content and reviewing content.
- Added clarifying text for the implemented shortcodes and processes.
- Updated all links.
- Added color-coded flow chart of the review process.
Signed-off-by: rcaballeromx <grca@google.com>
* Add content to help identify audience needs.
Addressed typos, consistency improvements, and other small fixes.
Added a mention and link to our code of conduct to the review process.
Signed-off-by: rcaballeromx <grca@google.com>
* 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
if the user passed istio_cni it will trigger this error `error: bad path=value (values.istio_cni.enabled=true): unknown field "istio_cni" in v1alpha1.Values`
the right value is here: https://istio.io/docs/setup/additional-setup/cni/#installation which is supposed to be "cni.enabled=true"
* Adds an entry for Redis in the FAQ
Addresses: issue https://github.com/istio/istio/issues/16078
* Copy edits
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
* Improve the MTLS migration task.
* Small fix.
* More improvements.
* Small fix.
* Small fix.
* Small fix.
* Small fix.
* Small fix.
* Lint fix.
* Copy edits
* Apply suggestions from code review
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* add "for" in description: ... configure Istio for Kubernetes External Services
* add "in the default namespace" to "create a Kubernetes ExternalName Service"
* mention the Kubernetes DNS format for services
* 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
* no need to "connect to your cluster" in order to create an environment variable
* no need for mutual TLS in Istio installation
* fix the Jaeger port
should be 9411 instead of previous 80
* split the sentence about sending the configuration files to each participant
* you configured the cluster for the tutorial (single)
in this tutorial, the tutorial is used in single. The tutorial is composed of multiple modules.
* when setting local computer, do not export the namespace
the namespace name is selected in the previous steps by the instructors or
by the participant who owns a cluster
* Istio multi-cluster with local control planes automation
* Grammatical fixes from review comments.
* Fix lint error.
* Fix lint error.
* Fix more lint errors.
* Add pictures and fix language for code blocks.
* Update images.
* Update descriptions
* Fix more lint errors.
* Add istio-ingressgateway to spelling.
* Change istio io links to relative paths.
* Some reworking and add content on dependeny CR to the doc.
* Move to year 2020
* Update weight for right display.
* Copy edits, clarified language
* Typo fix
Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>