Commit Graph

219 Commits

Author SHA1 Message Date
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
Ismo Puustinen b2466fba09
kiali: fix a broken link. (#7738) 2020-07-20 10:20:14 -04:00
Morven Cao 61f317d145
fix quote issue for certificate generating command. (#7749) 2020-07-19 22:07:24 -04: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 412f03105c
Kubernetes Ingress Test + fixes (#7662)
* Kubernetes Ingress Test + fixes

* cleanup

* fix circuit-breaking test

* fix lint

* remove -it
2020-07-06 07:54:35 -07:00
Frank Budinsky 0fd97d3817
No tests needed for deprecated docs (#7660) 2020-07-06 07:12:18 -07:00
Frank Budinsky 67e181ce34
More test framework doc (#7635)
* More test framework doc

* Update tests/README.md

Co-authored-by: Hongyi Zhang <hongyizhang@google.com>

* Update tests/README.md

Co-authored-by: Hongyi Zhang <hongyizhang@google.com>

* tweak

* tweak

* increase default retry

* increase retries to 8

* fix test failing

* disable istioctl install

* fix lint

Co-authored-by: Hongyi Zhang <hongyizhang@google.com>
2020-06-30 11:06:42 -07:00
Aurelie Vache 577611c1a2
fix(customize-metrics): typo (#7623) 2020-06-25 06:35:58 -07:00
Fernando Ripoll 0a8cb8313b
Replace deprecated api versions in EN docs (#7598) 2020-06-22 07:40:39 -07:00
Pengyuan Bian 52136f3809
fix identation of extra tags annotation (#7602) 2020-06-22 06:16:51 -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
Hongyi Zhang 5fbb14bedc
Convert all old tests to new tests (#7522)
* add an example task to test

* main test function: save progress

* a working example: routing request

* improve log info and error handling

* introduce makefile

* run each test as a subtest; remove common setup from test.sh

* add another test.sh: fault-injection

* improve error handling

* check test environment

* add two more test.sh files

* fix make command for istio setup

* update two test.sh files from upstream

* add comments and update README.md

* update test.sh files from upstream

* support multiple test names

* update README

* update README.md for new framework

* remove documentation of migration steps

* undo format changes

* change separation line to '# @cleanup'

* move go code and makefile from content/ to tests/

* change package name

* make for loop more readable

* change the set of auto-sourced scripts

* add docs for all functions

* approach to deal with folders with the same name

* minor fixes to ensure everything still runs

* fix make gen error

* add a TIMEOUT argument

* make sure util/debug.sh works with new framework

* make lint-go happy

* [BIG CHANGE] allow different istio setup configs

* make linters happy

* make linters happier

* changed wording and function orders

* make error return as the 2nd argument

* add TODOs

* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh

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

* Update tests/README.md

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

* Update tests/README.md

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

* Update tests/README.md

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

* Update tests/README.md

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

* Update tests/README.md

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

* Update tests/README.md

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

* only test english docs

* Update tests/README.md

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

* allow test.sh as suffix

* move adding setup configs to tests/setup

* recommend full paths

* Update tests/README.md

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

* require full test paths

* converting old tests to new tests: traffic-management and misc

* converting old tests to new tests: security

* remove old tests

* Update content/en/docs/tasks/security/cert-management/dns-cert/test.sh

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

* simplify setup configs

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

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

* Update content/en/docs/tasks/security/authentication/mtls-migration/test.sh

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

* Update content/en/docs/tasks/security/authorization/authz-http/test.sh

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

* do not let istioctl prompt y/n

* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/test.sh

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

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/test.sh

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

* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/test.sh

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

* simplify stuff

* rename dns-cert test.sh to test_broken.sh

* fix dns-cert doc and test

* remove egress=disabled

* fix test

* Update content/en/docs/tasks/observability/logs/access-log/test.sh

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

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 11:15:48 -07:00
Douglas Reid bce48d42e7
refactor(telemetry): move wasm telemetry docs to proxy extensions (#7525)
* refactor(telemetry): move wasm telemetry docs to proxy extensions

* retry deleting dir

* update links

* lint cleanup
2020-06-11 10:56:49 -07:00
Frank Budinsky 669e35b3ea
Cleanup access log test (#7513) 2020-06-09 13:39:59 -07:00
Iris 2bb1952f32
add test for Access log (#7423)
* add test for access log

* fix k8s test

* fix k8s test
2020-06-09 06:59:09 -07:00
Jonathan Kogan 55e4e8e118
Fixed code typo (#7489) 2020-06-05 14:06:05 -07:00
jacob-delgado c29007987c
Add example for proxy.istio.io/config annotation (#7348)
* Add example for proxy.istio.io/config annotation

* Code review comment

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-04 19:30:49 -07:00
Shamsher Ansari 9fe272272b
update doc to use istioctl install (#7396) 2020-06-01 11:02:27 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Nupur Garg 666a081e79
Fix Documentation for Customizing Metrics and TCP Metrics Task (#7339)
* Fix Documentation for Customizing Metrics and  TCP Metrics Task
Ref: https://github.com/istio/istio/issues/23782
Ref: https://github.com/istio/istio.io/issues/7184
Ref: https://github.com/istio/istio.io/issues/7280

* fix lint

* Fix lint

* Fix lint

* Fix lint

* Fixed based on feedback

* Fix lint
2020-05-21 09:25:39 -07:00
Shamsher Ansari 879132e36e
Update Python and Java code snippet (#7330)
Netlify flake
2020-05-15 13:57:01 -04:00
jacob-delgado 86577d028e
Remove experimental link in feature status page; change to development (#7251)
Force merge because of Netlify
2020-05-15 13:15:37 -04:00
Douglas Reid b2a72e0ae2
Fix classify docs (#7290)
* fix(classify-metrics): remove problematic config

* add extra bit for catching config errors
2020-05-13 13:09:55 -07:00
Xavier Canal i Masjuan 40efd46787
Updating screenshots for kiali task (#7302) 2020-05-13 09:34:49 -07:00
Shamsher Ansari 50793ab875
Add Type colomn for svc output (#7299)
Force merge because of netlify flake
2020-05-13 09:49:38 -04:00
jacob-delgado 48f82d8a21
Move comment to proper line (#7293) 2020-05-13 06:48:06 -07:00
mandarjog 4118c3bbd6
Fix yaml configuration and some explanation (#7252)
* Fix yaml configuration and some explanation

* fix lint

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md
2020-05-11 13:40:41 -04:00
Shamsher Ansari f58fffb5d1
Update deprecated flags for meshConfig (#7236) 2020-05-07 09:54:26 -07:00
Guy Templeton 9397d21b55
Correct Envoy Access Log links (#7226) 2020-05-05 16:47:09 -04:00
Adam Miller 737e8d90a3
Add docs for Classifying Metrics Based on Request or Response (#7150)
* Add draft content

* Corrections

* Added verification and troubleshooting steps

* Typo fix

* Bash fix

* Linter fixes

* Fix PR feedback

* Typo fix 5

* Linter fixes

* Adjusted language

* Using temp link for community testing day

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md

Co-Authored-By: mandarjog <mandarjog@gmail.com>

* Added indents

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md

Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md

Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md

Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>

* Update content/en/docs/tasks/observability/metrics/classify-metrics/index.md

Co-Authored-By: Nupur Garg <37600866+gargnupur@users.noreply.github.com>

* Linter fix 3

* Small change to trigger netlify

* Replace temp link

Co-authored-by: mandarjog <mandarjog@gmail.com>
Co-authored-by: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
2020-04-29 12:09:36 -07:00
Adam Miller 6731953961
Add docs for Customizing Istio Metrics (#7137)
* first draft

* More updates

* Remove experimental tag

* Typos and linter fix

* Deleted redundant file

* Link to reference page

* Address PR comments

* Linter fix

* Updated procedure

* URL fix
2020-04-28 15:58:42 -07:00
Robin Whitmore 2dca907e87
Updated Lightstep topic with new Lighstep brand and products (#7123)
* Updated with instructions for LightStep Tracing vs. LightStep [x]pm (#4203)

* Remove [x]PM unless necessary (#4405)

These instructions are now for both LightStep [x]PM and LightStep Tracing.

* Updated with instructions for LightStep Tracing vs. LightStep [x]pm (#4203)

* remove bad dir

* fix graphic name

* Changed spelling of Lightstep

Changed spelling of "LightStep" to "Lightstep" due to brand changes.

* Update Lightstep 

Update for branding

* Change LightStep to Lightstep and removed bad link

* Change LightStep to Lightstep

* Change LightStep to Lightstep

* Change LightStep to Lightstep

* change LightStep to Lightstep

* remove changes from other langs

* merge changes from istio

* put branding changes back in

* resolve merge conflict

* fix lint issues and add LighStep back into .spelling

* Update content/en/docs/tasks/observability/distributed-tracing/lightstep/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-27 15:05:31 -04:00
jacob-delgado 988cc4606d
Add docs for experimental tracing configuration (#7122)
* Add docs for customizing tracing configuration

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Fix linting error

* Caution the use custom_tags and gateways

* Spelling fixes; change to active voice

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

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

* Update based on comments

* Remove MeshConfig from ignored spelling

* Fix links

* Remove gateways warning

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

Co-Authored-By: Douglas Reid <douglas-reid@users.noreply.github.com>

* Review comments

* Address nit in doc; link to jaeger

* Trace sampling is beta; other features are experimental

* Fix whitespace

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
2020-04-23 08:25:16 -07:00
Steven Dake d6e9f4b92b
Retire helm documentation as we use a protobuf (#7106)
* Retire helm documentation as we use a protobuf

The new rendered source of truth is:
https://preliminary.istio.io/docs/reference/config/istio.operator.v1alpha1/

This is rendered from the API repo protobuf which (may) need description fields
set. That protobuf is here:

https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto

* Follow the flowchart

The flowchart is not quite right and could use some improvement.

* Update content/en/blog/2019/performance-best-practices/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-21 07:55:44 -07:00
John Howard 9af39e2f0e
Use standard ports for telemetry exposure (#7069)
* Use standard ports for telemetry exposure

Blocker for https://github.com/istio/istio/issues/22911

* Full update and include HTTPS

* Fix link

* Remove from ports table

* 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-16 13:20:33 -07:00
John Howard 4ca257992a
Refactor Secure Ingress tasks (#7025)
* Refactor Secure Ingress tasks

Ingress SDS is now the default and recommended. This removes the file
mount task, which is no longer recommended and will avoid confusion, and
cleans up the task a bit. I also documented the new supported secret
formats.

* use archive
2020-04-14 08:53:28 -07:00
Douglas Reid 280e4d9498
fix(telemetry): add deprecation notices to Mixer tasks (#6635)
Co-authored-by: douglas-reid <douglas-reid@users.noreply.github.com>
2020-03-06 09:59:56 -08:00
Istio Automation 0e350476f3
[Release-1.5] update certmanager part in the telemetry addon doc (#6741)
Co-authored-by: richardwxn <richardwxn@users.noreply.github.com>
2020-03-05 12:43:22 -08:00
Lin Sun cb8704c98d
[ImgBot] Optimize images (#6752)
*Total -- 3,308.25kb -> 3,017.43kb (8.79%)

/content/en/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result_graphical.png -- 486.04kb -> 308.71kb (36.49%)
/content/en/docs/setup/getting-started/kiali-example2.png -- 295.32kb -> 191.83kb (35.04%)
/content/en/docs/tasks/observability/metrics/tcp-metrics/alpn-based-tunneling-protocol.svg -- 20.39kb -> 17.14kb (15.92%)
/content/en/docs/ops/deployment/architecture/arch.svg -- 21.16kb -> 21.01kb (0.72%)
/content/en/docs/concepts/security/node_agent.svg -- 227.49kb -> 226.11kb (0.61%)
/content/en/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/zh/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90.svg -- 319.73kb -> 319.56kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99.svg -- 333.03kb -> 332.86kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: Imgbot <help@imgbot.net>
2020-03-05 14:41:08 -05:00
Istio Automation 4e6d23d001
Refactor TCP Metrics task for telemetry v2 (#6540)
Co-authored-by: gargnupur <gargnupur@users.noreply.github.com>
2020-03-05 10:42:42 -08:00
Istio Automation ff453998a8
Spelling and add a tip to using-istio-dashboard (#6684)
* Spelling and add a tip to using-istio-dashboard

* Update content/en/docs/tasks/observability/metrics/using-istio-dashboard/index.md

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

* Update content/en/docs/tasks/observability/metrics/using-istio-dashboard/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-04 11:09:15 -08:00
Eric Van Norman 10914ff01e
access log updates for command output, variable names (#6685) 2020-03-03 16:27:37 -08:00
Eric Van Norman 50c280ef70
Fixes from community testing (#6679) 2020-03-02 13:29:13 -08:00
Eric Van Norman b8ef610695
Spelling update (#6665) 2020-03-02 13:29:04 -08:00
Douglas Reid 6ba9f2c86e
fix(observability docs): restructure docs for v2 telemetry (and remove problematic Mixer refs) (#6533)
* wip: setup observability tasks for v2

Signed-off-by: Douglas Reid <dougreid@google.com>

* continue work

Signed-off-by: Douglas Reid <dougreid@google.com>

* lint fix

Signed-off-by: Douglas Reid <dougreid@google.com>

* remove mixer ref from what-is-istio

Signed-off-by: Douglas Reid <dougreid@google.com>

* further cleanup

Signed-off-by: Douglas Reid <dougreid@google.com>

* lint fix

Signed-off-by: Douglas Reid <dougreid@google.com>

* when will the linting stop?

Signed-off-by: Douglas Reid <dougreid@google.com>

* Update content/en/docs/tasks/observability/mixer/_index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-02-26 14:55:17 -08:00
Adam Miller 43609130ea
Add tutorial modules for enabling Istio, mTLS, versioning, gateway, logging (#6372)
* Added new modules

* Add more modules

* Grammar tweaks

* Tutorial fixes

* Fixed pathing errors and desc.

* Fixed broken steps and typos

* Restore download section

* fixed broken links

* Fixed more broken links

* Fixed linter issue

* PR review fixes

* Remove unwanted json file

* Lots of review fixes
2020-02-11 13:50:44 -08:00
Eric Van Norman 664b4453af
Fix URLs to fix lint link errors (#6379)
* Fix LightStep URLs to fix lint link error

* Also fix spiffe.github.io to spiffe.io

* Update LightStep URL to match fowarded link
2020-01-31 07:28:53 -08:00
Shamsher Ansari 38a997a026 Set Kiali username and password on separate prompt (#6079)
* Set Kiali username and password on separate prompt

* Fix linting errors

* Revert zsh prompt to single copiable box

* Fix review comment suggestions

* Remove spacing

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-12-17 07:57:50 -08:00
Jonas Lomholdt 2abe169849 Update index.md (#5940)
Fix broken link to Zipkin homepage.
2019-12-01 05:47:42 -08:00
imgbot[bot] 7127c4b401 [ImgBot] Optimize images (#5686)
*Total -- 462.00kb -> 354.39kb (23.29%)

/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 70.47kb -> 50.40kb (28.47%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 71.62kb -> 54.33kb (24.14%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 71.49kb -> 54.54kb (23.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 69.20kb -> 53.49kb (22.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 95.54kb -> 74.65kb (21.87%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 83.69kb -> 66.98kb (19.97%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 10:42:04 -08:00
John Mazzitelli 0eefb5f1bd [kiali] add viewing and editing Istio configuration YAML to the task (#5682)
* [kiali] add viewing and editing Istio configuration YAML to the task

* The linter is failing this because it considered "Config" a spelling error. However, the actual GUI menu item is literally called "Istio Config".
Because of this, I cannot format "Istio Config" in simply bold letters (which is the Istio doc standard for denoting GUI elements).
Thus, even though its a GUI element, I have to surround with backticks to avoid this being considered a spelling error.

* Incorporate review suggestion.
Fix some other things I noticed.
2019-11-14 10:19:46 -08:00
imgbot[bot] 44f3b69571 [ImgBot] Optimize images (#5681)
*Total -- 519.17kb -> 415.78kb (19.92%)

/content/en/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 74.48kb -> 56.30kb (24.41%)
/content/en/docs/tasks/observability/kiali/kiali-validate1-list.png -- 56.54kb -> 42.82kb (24.27%)
/content/en/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 66.59kb -> 51.16kb (23.17%)
/content/en/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 64.55kb -> 49.65kb (23.09%)
/content/en/docs/tasks/observability/kiali/kiali-wiz3-weighted-routing-wizard.png -- 56.24kb -> 45.06kb (19.87%)
/content/en/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 92.98kb -> 78.59kb (15.48%)
/content/en/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 62.54kb -> 53.13kb (15.04%)
/content/en/docs/tasks/observability/kiali/kiali-wiz4-ratings-weighted-route-90-10.png -- 45.25kb -> 39.07kb (13.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 06:47:27 -08:00
John Mazzitelli c17237118b [kiali] add new sections to illustrate non-graph-related features (#5665)
* [kiali] add a new section that creates a weighted route to show kiali is more than just a pretty graph.

* spell checker failed, I assume "dropdown" and "checkbox" and "popup" must not be compound words.
(I can't get the linter to run locally on my box, so I have to commit this and see what travis says)

* address suggestions.

* Alot of the Istio community does not know that Kiali is more than just a graph.
We want to get that across. This Task can't cover it all, so this commit
adds a link to the "Features" page of the kiali website
which lists the non-graph features as well so people can at least
learn about those other features.

* add a task to show kiali validation
2019-11-14 06:43:16 -08:00
Frank Budinsky f5ce9feb70
Consolidate getting started instructions (#5642)
* Consolidate getting started instructions

* review comments

* fix broken links

* add istioctl link

* Fix spelling

* more broken links

* one more
2019-11-12 23:04:33 -05:00
Kuat 8bdc407a6e update tracing doc (#5643)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-11-12 14:10:54 -08:00
Ed Snible b419fcbfab Use 'istioctl dashboard' instead of port-forward (#5296)
* Use 'istioctl dashboard' instead of port-forward

* bold references to UI elements

* Cleanup dashboards

* Address comments

* Mention control-c, which is easier way to stop dashboard
2019-11-12 07:28:54 -08:00
imgbot[bot] 164f35a12c [ImgBot] Optimize images (#5585)
*Total -- 469.72kb -> 381.24kb (18.84%)

/content/en/docs/tasks/observability/kiali/kiali-services.png -- 52.14kb -> 39.89kb (23.49%)
/content/en/docs/tasks/observability/kiali/kiali-overview.png -- 47.88kb -> 37.63kb (21.41%)
/content/en/docs/tasks/observability/kiali/kiali-graph.png -- 133.93kb -> 107.29kb (19.89%)
/content/en/docs/tasks/observability/kiali/kiali-workload.png -- 86.63kb -> 69.61kb (19.65%)
/content/en/docs/tasks/observability/kiali/kiali-app.png -- 55.39kb -> 46.01kb (16.94%)
/content/en/docs/tasks/observability/kiali/kiali-service-graph.png -- 31.46kb -> 26.99kb (14.21%)
/content/en/docs/tasks/observability/kiali/kiali-versionedapp.png -- 62.29kb -> 53.82kb (13.6%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-11 06:20:06 -08:00
John Mazzitelli 5313384279 [kiali] update task doc (#5440)
* [kiali] update task doc

* remind the user what the demo secret credentials are
2019-11-11 06:12:53 -08:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -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 f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
Gary Brown e1072c7494 Revert port back to 9411 (#5156) 2019-10-21 09:54:37 -07:00
Zhonghu Xu 0350dc178a Fix kiali link (#5002) 2019-10-19 06:17:35 -07:00
Istio Automation 7b3a0a8591 update logging-stack.yaml in Logging with Fluentd (#5194)
Use apps/v1 Deployment rather than extensions/v1beta1
2019-10-18 15:48:59 -04:00
Chunlin Yang 38f252fb68 Get rid of demo-auth (#5024)
* Get rid of demo-auth

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* remove strict mtls mode

* address comments

* fix linter error

* Add instruction for mtls

* add back demo-auth in configuration profile

* Update content/zh/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/plugin-ca-cert/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/plugin-ca-cert/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>
2019-10-18 09:55:29 -04: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
John Howard cfef86521c Remove mention of Istio managed certmanager (#5092)
* Remove mention of Istio managed certmanager

* Fix lint

* Number list

* Fix indent

* Update content/en/docs/tasks/traffic-management/ingress/ingress-certmgr/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-02 09:26:25 -07:00
Martin Taillefer d42dfe94ba
Introduce top-level News section. (#5060) 2019-09-27 07:09:58 -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