* Add note about `RunAs` fields in Customizing Injection section
Override these fields must be done with caution, so, add a note about
them.
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
---------
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
* Clarification on injection
hope to fixes: https://github.com/istio/istio.io/issues/14597
I don't think you could use istio.io/rev=disabled, so didn't list that label in the first bullet.
* Update index.md
---------
Co-authored-by: Lin Sun <lin.sun@solo.io>
* fix apiVersion for gw install
getting an error for current doc:
```
error: unable to recognize "iop.yaml": no matches for kind "IstioOperator" in version "operator.istio.io/v1alpha1"
```
* update apiversion for istio operator
Co-authored-by: Lin Sun <lin.sun@solo.io>
* Improvements to sidecar injection doc
Clarify a few things, add info about revisions and gateway template
(TODO - link to doc once it merges), and make auto injection documented
first since its (*highly*) recommended
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Improve sidecar injector documentation
* Remove old implementation details
* Discuss details of how to enable/disable injection
* Discuss advanced customizations of the sidecar
* Apply suggestions from code review
Co-authored-by: Sven Mawson <sven@google.com>
Co-authored-by: Sven Mawson <sven@google.com>
* 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>
- Fix a bunch of heading capitalization.
- Remove words that shouldn't be in the dictionary
and update the text accordingly.
- Added a few @@ sequences to reference content files from text blocks.
- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
* migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16
* migrate Deployment, PodSecurityPolicy apiVersion to support k8s 1.16
* Update for new istioctl value requirement
* Update Sidecar Injection docs
Part of this is fixing inaccurate information, and part is trying to
simplify it a bit. If I did a bad job simplifying I'll just revert most
of this and send just the essential fixes.
* Fix typos
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>