Commit Graph

26 Commits

Author SHA1 Message Date
John Howard d530fb2470
Add warning for injection customization (#16039)
See https://github.com/istio/istio/issues/51187#issuecomment-2515485416
2024-12-04 01:58:37 -05:00
Craig Box 580ea900c7
Replace "sleep" sample throughout Istio docs (#15767)
* The big one.

* fix gencheck

* fix gen

* Change sort order of "curl" to be above "helloworld"

* switch another order
2024-10-11 19:00:47 -04:00
Jonh Wendell f99c846235
Add note about `RunAs` fields in Customizing Injection section (#15108)
* 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>
2024-05-15 08:55:10 -07:00
Istio Automation 2c119343e5
[master] Clarification on injection (#14911)
* 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>
2024-04-17 22:07:42 -07:00
Faseela K 49507c999d
Clarify resource annotations behavior (#11066)
* Clarify resource annotations behavior

For more details see: https://github.com/istio/istio/pull/37825#issuecomment-1068499203

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix the yaml rendering

Signed-off-by: Faseela K <faseela.k@est.tech>

* additional review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Additional rephrasing

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix lint errors

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-03-18 12:07:06 -07:00
Istio Automation c1c5970fd8
[master] fix apiVersion for gw install (#10132)
* 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>
2021-07-29 02:28:38 -07:00
John Howard 4954396ffc
Nest subsections under proper header for injection (#10114)
* Nest subsections under proper header for injection

These should be under auto injection, not manual injection

* Update index.md
2021-07-26 07:06:27 -07:00
craigbox 748dc21783
Fix table layout (#9789) 2021-05-19 10:56:02 -07:00
craigbox 8554c3e941
Experimental tidy-ups (#9772)
* Experimental tidy-ups

* replace #8980

* add one that's Alpha; should possibly change word?
2021-05-18 06:46:43 -07:00
John Howard 57785e2a6d
Improvements to sidecar injection doc (#9732)
* 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>
2021-05-13 11:10:53 -07:00
John Howard c38b87f139
Improve sidecar injector documentation (#8927)
* 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>
2021-02-08 15:33:42 -08:00
jacob-delgado 55f916c51c
Update sidecar-injection doc based on 1.9.0-rc.0 (#8896)
* Update sidecar-injection doc based on 1.9.0-rc.0

* Code review comments
2021-02-04 07:15:31 -08:00
Shamsher Ansari 8ee220c5a9
Fix Sidecar Injection with annotation error (#8078)
* Fix Sidecar Injection with annotation error

* remove unused delete commands
2020-09-08 09:00:24 -07:00
Eric Van Norman f21f943859
Move back doc links to v1beta1 since we are still supporting 1.15 (#7891) 2020-08-10 10:36:15 -07:00
Eric Van Norman 65439241fd
Fix some command output issues on Installing Sidecar page (#7881)
* Fix some output issues

* Fix links
2020-08-06 07:27:14 -07:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Eric Van Norman 83de8ae304
Remove Helm install instructions (#7083) 2020-04-16 10:48:21 -07:00
Brian Avery 782a7dba4c
Fix OKD link (#6861)
* Fix OKD link

* Fixed Chinese link too
2020-03-12 09:32:03 -04:00
Adam Miller bb7f6109f9 Clarifying automatic sidecar injection (#6343)
* 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>
2020-01-24 14:20:48 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- 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.
2019-11-04 06:41:54 -08:00
Frank Budinsky 4bf2fb2e5e Remove uses of istio-demo.yaml (#5311)
* Remove uses of istio-demo.yaml

* broken link
2019-10-31 13:38:03 -07:00
Naoki Oketani 31d21ffbb4 migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16 (#5159)
* migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16

* migrate Deployment, PodSecurityPolicy apiVersion to support k8s 1.16
2019-10-15 10:56:21 -07:00
Martin Taillefer 91c93a39b3
Added a bunch of links around istioctl. (#4970) 2019-09-12 08:26:58 -07:00
John Howard 50a192392b Sidecar injection (#4947)
* 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>
2019-09-11 09:16:56 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00