Commit Graph

32 Commits

Author SHA1 Message Date
Daniel Gospodinow cfcd701321
Fix typo (#10483) 2021-11-09 08:17:44 -08:00
Eric Van Norman c0617549c8
Fix Kiali.io links (#10460)
* Fix Kiali.io links

* Update content/en/docs/ops/integrations/kiali/index.md

Co-authored-by: Ram Vennam <ram.vennam@solo.io>

Co-authored-by: Ram Vennam <ram.vennam@solo.io>
2021-11-03 10:46:40 -07:00
jacob-delgado f65701893e
Minor typo in cert-manager documentation (#10098) 2021-07-21 03:01:10 -07:00
John Mazzitelli d316726772
No longer need this warning about Kiali addon install. (#10081)
Now that the Kiali addon has been upgraded to v1.36, there is no longer the monitoring dashboard CRD that we have to worry about. This is what caused that timing error (the CRD would fail to be established in time before the dashboards themselves started to get created).

Since this timing error won't happen, we can remove this warning in the docs.
2021-07-15 10:22:53 -07:00
Istio Automation 21083e06f8
remove Mixer dashboard from the setup script (#9973)
Co-authored-by: craigbox <craigbox@google.com>
2021-06-23 08:09:09 -07:00
Jake Sanders b57fca3094
use cert-manager.io/v1 (#9770)
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
2021-05-19 12:03:38 -07:00
Jonathan Campos a07c9a0e1d
removing `$` in curl as it breaks the request (#9645)
When trying to run the code I found that it failed, debugging I found the issue to a bad revision being found (`null`), fixing this gets the revision and fixes the process. I still notice that grafana dashboard 7642 still has issues compared to the other dashboards. I don't know why yet. Might look into that next but for now this fixes all the others.
2021-04-29 10:48:53 -07:00
Radim Hrazdil 55ec6ea06a
Fix link to Configuration title (#9009)
Signed-off-by: Radim Hrazdil <rhrazdil@redhat.com>
2021-02-19 06:42:48 -08:00
Pengyuan Bian 4e7e25c922
Clarify Prometheus TLS settings. (#8962)
* Clarify Prometheus TLS settings.

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-02-17 13:00:12 -08:00
jacob-delgado d814bc25fd
Update observability best practices (#8897)
* Update observability best practices

* Fix linting issue

* Try and clarify prometheus install

* Update content/en/docs/ops/best-practices/observability/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Move to observability page

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-02-17 11:45:57 -08:00
Pengyuan Bian 0e0c29f392
Update customize prom scraping instruction. (#8976)
* Update customize prom scraping instruction.

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-16 10:44:35 -08:00
Istio Automation a4121fd3c1
[master] Fix grafana script (#8817)
* Fix grafana script

Fixes https://github.com/istio/istio/issues/30173

* Update index.md

Co-authored-by: John Howard <howardjohn@google.com>
2021-01-21 07:56:15 -08:00
Frank Budinsky b6e141333c
Small grammar corrections (#8691) 2020-12-18 10:12:53 -08:00
Pengyuan Bian 848ff8d55d
Add guide about provision Istio certs for prometheus scraping (#8354)
* add guide about provision Istio certs for prometheus scraping

* fix

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* lint

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-10-30 11:15:28 -07:00
Eric Van Norman ccaa943326
Add info on Kiali install (#7976) 2020-08-19 07:54:24 -07:00
John Mazzitelli a44e199c3b
[kiali] update for kiali that ships with istio 1.7 (#7913) 2020-08-11 13:06:08 -07:00
John Howard e835bdbe26
Do not explicitly set addon namespace (#7847)
* Do not explicitly set addon namespace

its hardcoded in the manifest, and there are multiple namespaces used so
hardcoded it to istio-system will fail

* fix -f flag
2020-08-04 13:25:05 -07:00
John Howard 265936889f
Update addon installation docs for 1.7 (#7802)
* Update addon installation docs for 1.7

* lint

* More fixes

* Update output
2020-07-29 13:02:27 -04:00
Jonh Wendell 8601356dd1
Fix Kiali link to deployment file (#7785) 2020-07-24 10:26:58 -07:00
Mark Vanderwiel 54cbeb42de
Clarify where annotation should be inserted (#7780)
* Clarify where annotation should be inserted

Explain the default merge scrape path:port.
Add some detail on where the annotations should go.

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2020-07-23 13:07:35 -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
Fernando Ripoll 0a8cb8313b
Replace deprecated api versions in EN docs (#7598) 2020-06-22 07:40:39 -07:00
John Howard 0846cb4547
Update prom doc as default has changed (#7568)
* Update prom doc as default has changed

* Update content/en/docs/ops/integrations/prometheus/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-17 08:00:27 -07:00
John Howard ebed96e2bc
Add kiali integrations page (#7562)
* Add kiali integrations page

The primary purpose for this is to just have a page here for consistency
with other addons, most of the content still lives in the other doc I
link to here. That may change in the future but for now I think it makes
sense to just get something here and we can refactor in the future.

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-17 07:52:01 -07:00
Brandon DuRette 30adaa35e1
Fix typo in comment (#7444)
* Fix typo in comment

* Fix typo copy-pasta
2020-06-01 17:45:57 -07:00
John Howard 3240aea66b
Add tracing integration pages (#7415)
* Add tracing integration pages

* Alpha sort
2020-06-01 08:00:56 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
John Howard cb1df05201
Add prometheus integration doc (#7112)
* Add prometheus integration doc

* Typo in URL

* language fixes

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2020-04-23 09:31:58 -07:00
John Howard 0449966b79
Add grafana integration docs (#7070)
* Add grafana integration docs

* Apply suggestions from code review

Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-14 16:15:38 -07:00
John Howard 6baafb5ef2
Remove cert-manager task with reference to new integration page (#6936)
* Remove cert-manager task with reference to new integration page

* fix alias

* Fix dead lines
2020-03-23 11:58:11 -07:00
Frank Budinsky 926c680a14
Fix YAML highlighting (#6932) 2020-03-20 08:37:46 -07:00
John Howard 9d1e48acb7
Add cert-manager integration doc (#6896)
* Add cert-manager integration doc

This starts the new "Integrations" page, which will include many other
integrations in the future. For now, I have added cert-manager
integration. We have an existing doc for this at
https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/
which I think we can remove, but I did not do that in this PR.

Note to the reviewer: this is explicitly not a task, as we do not
control cert-manager. Having an explicit set of steps and verifications
requires an exact working directions, which is maintained as
cert-manager evolves, etc. The goal here was to link out to cert-manager
docs wherever possible, and just document the very minimal amount needed
to actually get things integrated with Istio. As you can see from the
doc this is fairly minimal - for the most part, its just referencing a
secret crated by cert-manager.

* Update content/en/docs/ops/integrations/_index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-17 07:18:35 -07:00