Commit Graph

466 Commits

Author SHA1 Message Date
John Howard fbc726c6b7 Remove usages of curl inside istio-proxy (#5073)
* Remove usages of curl inside istio-proxy

Distroless builds of Istio do not contain curl, so we should not tell
users to use it. Pilot-agent handles this functionality for us

* Fix lint error
2019-09-27 16:46:22 -07:00
Venil Noronha da9fb2726d Fix probe rewrite configuration command (#5076)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-09-27 16:40:22 -07:00
Greg Taylor c0284014fb Rename Tasks/Telemetry to Tasks/Observability (#4968)
Matches a similar effort started in #4448. Fixes #4730.
2019-09-17 07:57:06 -07:00
Martin Taillefer 91c93a39b3
Added a bunch of links around istioctl. (#4970) 2019-09-12 08:26:58 -07:00
Greg Taylor e3ed67fc9f Make component introspection more user-centric (#4966)
* Removes instructions that are not exposed in the Helm Charts.

* Replaces kubectl port-forward with the new istioctl equivalent.

Fixes #4852.
2019-09-12 06:51:11 -07:00
Douglas Reid ef3d658fea Add ops doc on enabling in-proxy metrics generation for 1.3 (#4957) 2019-09-12 06:29:49 -07:00
Martin Taillefer c4dd5227f5
Replace uses of ``` with {{< text >}} (#4950)
- Add a lint check to prevent further use of ```
2019-09-10 10:55:41 -07:00
John Howard 0b4077a0e4 Remove port name requirement (#4928)
* Remove port name requirement

We now do protocol sniffing.

Note - this is definitely not safe to merge. We still need docs explaining protocol sniffing, and how to select a port type explicitly (required for things other than tcp/http, and more performant if you know its tcp/http). Not sure the path forward for this

* Add protocol selection doc

* Fix lint

* Add FAQ
2019-09-09 10:50:44 -07:00
Brian Avery e936c4d75a [release-1.3] Fixed injection and validation operations guides (#4902)
* Fixed injection and validation ops guides

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-09-04 07:54:23 -07:00
Eric Van Norman 118eb9c1fe Make sure user understands Outlier Detection is req'd for locality LB (#4854)
* Make sure user understands Outlier Detection is req'd for locality LB

* Code review comments

* Fix lint issue

* code review
2019-08-29 07:25:32 -07:00
Maximilian Bischoff 075dc078ba Fix wrong default policy being stated (#4840)
When policy is set to an unrecognized value, the sidecar injector
defaults to [not injecting the pod, regardless of any other factors](https://github.com/istio/istio/blob/master/pkg/kube/inject/inject.go#L478)

This is different to the behvaior of `policy: disabled`, so the docs
should make that clear.

Signed-off-by: Maximilian Bischoff <maximilian.bischoff@inovex.de>
2019-08-27 13:52:52 -07:00
Martin Taillefer 14a593c563
Fix broken Envoy links. (#4832) 2019-08-26 14:55:57 -07:00
Adam Miller 917f34f843 Moved LLB content from tasks to ops / fixed links (#4819) 2019-08-22 13:32:26 -07:00
Adam Miller 07178c1348 Reorganized the Operations node (#4765) 2019-08-16 16:03:31 -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
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00