Commit Graph

413 Commits

Author SHA1 Message Date
Jonh Wendell e7ff6de331 Patch the ingress-gateway deployment instead of recreating it (#4222)
* Patch the ingress-gateway deployment instead of recreating it

Patching it by just adding what is missing - a volume - is better in the
sense that it doesn't matter how the user created it - the template used,
the options used when creating it, etc.

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>

* Replace oc with kubectl

* Remove a trailing space
2019-06-25 12:19:27 -04:00
Tao Li f54014bb5b Fix sds doc (#4548) 2019-06-24 17:45:54 +00:00
Rigs Caballero f48927ffe1 Add new Traffic management concept as a single page (#4525)
* Add new Traffic management concept.

Improved based on review comments.

Signed-off-by: rcaballeromx <grca@google.com>

Fix Hugo front matter.

Signed-off-by: rcaballeromx <grca@google.com>

Fix false positives in links test.

Signed-off-by: rcaballeromx <grca@google.com>

Remove terms from exceptions file.

Signed-off-by: rcaballeromx <grca@google.com>

corrections

review comments

* Move old traffic-management SVGs to the Zh content.

Signed-off-by: rcaballeromx <grca@google.com>

* Apply final copy-edit.

Signed-off-by: rcaballeromx <grca@google.com>

* Flatten content structure.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix links and blank lines.

Signed-off-by: rcaballeromx <grca@google.com>
2019-06-22 00:20:21 +00:00
Diem Vu d8a4aba879
Mention istioctl authn tls-check only check conflict states between c… (#4519)
* Mention istioctl authn tls-check only check conflict states between configurations

* Fix spelling

* Update content/docs/tasks/security/mutual-tls/index.md

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

* Update content/docs/tasks/security/mutual-tls/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-06-21 13:13:21 -07:00
Nik Skoufis 42de6cf3c0 Apply crds separately to avoid race (#4493)
Cat-ing the crds into a single file along with the istio mainfests
leads to a race to install the crds. This applies the crds as a
separate step to avoid this.
2019-06-20 12:38:38 -07:00
Diem Vu 59fc16019c Add tip to mention the policy propagation could be slow (#4484)
* Add tip to mention the policy propagation could be slow

* Fix merge
2019-06-20 18:51:17 +00:00
Steven Dake 9a2f93fa0d Add upgrade notice for 1.2 (#4471) 2019-06-18 17:38:56 -07:00
Matthew Wringe 3abd9c0c54 Document commands for running Kiali on OpenShift (#4482) 2019-06-18 17:10:13 -07:00
Chris Wilson c75e1aaf50 Minor cleanup of enabling-policy and rate-limiting for clarity (#4480) 2019-06-18 23:48:45 +00:00
Matthew Wringe 842b21a9d5 Update description of Kiali graph icon (#4485) 2019-06-18 16:44:00 -07:00
Rigs Caballero a3b9755357 Reverts the new Traffic management concept due to Hugo bug (#4488)
* Add new Traffic management concept.

Wrote a new "Traffic management" concept to include the latest developments.
Organized the content into smaller pages to make it easier to consume. The new
structure improves visibility and each page includes keywords to improve the
"See Also" pieces of suggested content and SEO. The new concept includes
diagrams and examples. Each section starts with the larger picture and then
moves to explain the specifics.

Signed-off-by: rcaballeromx <grca@google.com>

* Improved based on review comments.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix Hugo front matter.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix false positives in links test.

Signed-off-by: rcaballeromx <grca@google.com>

* Remove terms from exceptions file.

Signed-off-by: rcaballeromx <grca@google.com>

* Revert "Add new Traffic management concept."

This reverts commit de9d0e0225.
2019-06-18 16:37:40 -07:00
Oliver Liu 16ed6a9c46 Fix the security tasks. (#4445)
* Fix the security tasks.

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>

* Small fix.

* Small fix.
2019-06-18 20:10:34 +00:00
Phil Rud 5c654bab02 Add extra warning to 'Cluster-Aware Service Routing' page (#4411)
Fixes #4317
2019-06-18 17:06:23 +00:00
Romain Lenglet 011383f0af Fix setup for Egress Gateway with NetworkPolicy doc (#4437) 2019-06-18 06:22:46 -07:00
John Howard da6a30586b Fix sample indentation (#4453) 2019-06-17 20:23:19 +00:00
Chris Wilson fe3de42870 Fix authn-policy task: add missing cleanup and a dependent lib (#4410)
* add missing cleanup step for authn policy task section 1

The "*.local" rule created in "Globally enabling Istio mutual TLS"
was not removed during the cleanup section, leading to unexpected
503s for users continuing on to the next section (enabling
per-namespace).

* Note that jwcrypto needs to be present to run gen_jwt.py

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-06-17 19:44:13 +00:00
Frank Budinsky 86a203c8de Fix fault injection task (#4447) 2019-06-17 08:33:05 -07:00
Morven Cao fb4079eba1 update multi-cluster setup doc in ICP. (#4353) 2019-06-14 21:26:36 -07:00
Rigs Caballero c53a6c785d Add new Traffic management concept. (#4321)
* Add new Traffic management concept.

Wrote a new "Traffic management" concept to include the latest developments.
Organized the content into smaller pages to make it easier to consume. The new
structure improves visibility and each page includes keywords to improve the
"See Also" pieces of suggested content and SEO. The new concept includes
diagrams and examples. Each section starts with the larger picture and then
moves to explain the specifics.
2019-06-14 16:50:23 -07:00
Lin Sun 118fc23b92
fix the egress gateway example for multi cluster gateways (#4397)
* fix the egress gateway example

need to change static because one address was host the other was ip.

* update to make it cleaner

* minor typo

* minor tweaks

* fix lint

* format change

* fix lint

* fix lint

* clean up tips per frank and shriram's suggestion

* fix lint
2019-06-14 17:34:40 -04:00
Phil Rud 2c46a2bb1a
Address errors on the 'Secure Ingress Mount' page (#4403)
Fixes https://github.com/istio/istio/issues/14695
2019-06-14 09:35:28 -07:00
Eric Van Norman a9e77b5e88 Update to use kubectl apply instead of create where possible (#4399) 2019-06-13 22:42:46 +00:00
Frank Budinsky 45a7712c82 Improve ingress gateway doc (#4407)
* Improve ingress gateway doc

* fix broken link
2019-06-13 22:41:12 +00:00
Jimmy Chen d4ca5aa198 revise doc (#4406)
* revise doc

* Update content/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-06-13 22:33:34 +00:00
Brian Avery 103600ce8d Updated traffic management to point to ingress docs (#4396) 2019-06-13 21:06:43 +00:00
Eric Van Norman 8584d37cd7 Cluster-Aware Service Routing updates (#4394)
- split text both with two commands
  - update failing command to use cluster 2
2019-06-13 19:05:59 +00:00
Yangmin Zhu 8dd17fdcdd rbac: simplify and make authorization HTTP/TCP tasks consistent (#4320)
* rbac: simplify and make authorization HTTP/TCP tasks consistent

* Simplify the Bookinfo deployment, the service accounts could just be
added with the default Bookinfo deployment.

* Make the `Before you begin` section more consistent for HTTP and TCP
tasks

* address comments

* fix link
2019-06-12 23:56:29 +00:00
lei-tang 7cf067989b Fix RBAC groups user guide [master branch] (#4349)
* Fix RBAC groups user guide

* Fix lint error
2019-06-12 18:13:48 +00:00
imgbot[bot] 3f6ef132ff [ImgBot] Optimize images (#4358)
*Total -- 617.58kb -> 466.42kb (24.48%)

/content/docs/tasks/telemetry/distributed-tracing/jaeger/istio-tracing-list.png -- 216.29kb -> 159.27kb (26.36%)
/content/docs/tasks/telemetry/distributed-tracing/zipkin/istio-tracing-list-zipkin.png -- 149.00kb -> 110.93kb (25.55%)
/content/docs/tasks/telemetry/distributed-tracing/jaeger/istio-tracing-details.png -- 125.29kb -> 95.85kb (23.5%)
/content/docs/tasks/telemetry/distributed-tracing/zipkin/istio-tracing-details-zipkin.png -- 127.00kb -> 100.37kb (20.97%)
2019-06-12 08:01:56 -07:00
Pengyuan Bian 76d5f9d285 Update tracing task doc (#4318) 2019-06-12 07:59:12 -07:00
Nupur Garg ed14f62ca0 Edits to rate limiting task (#4284)
* Edits to rate limiting task

* Edits to whitelisting tasks cleanup

* Minor Edits to control headers and routing task

* Fixed based on feedback

* Adding minor fix for https://github.com/istio/istio/issues/14284 in rate limiting task

* lint error

* Change text bash to text bash yaml for yaml output
2019-06-12 14:48:17 +00:00
Quanjie Lin 96f256f168 authz permissive doc fix (#4319) 2019-06-11 16:54:38 -07:00
Tao Li d908af2582 Fix mTLS migration page (#4336) 2019-06-11 23:48:42 +00:00
Lin Sun 8d561961d2 remove ICP IKS multicluster page (#4338)
* remove this page

* delete file

* remove chinese doc
2019-06-11 23:44:59 +00:00
Quanjie Lin 05f8a2a584 update cmd (#4266) 2019-06-05 17:16:17 -07:00
Douglas Reid 59d373d831 fix(tracing docs): update to provide references to access task (#4268) 2019-06-05 17:15:52 -07:00
lei-tang ee4f921886 Add a link to a guide for configuring k8s auth method on Vault [master branch] (#4241) 2019-06-04 10:11:37 -07:00
Gary Brown e8b519ae02 Add information about configuring Istio to use an external Zipkin (production) instance (#4230) 2019-06-04 06:32:07 -07:00
Frank Budinsky 577e8a50b8 Clarify and improve setup instructions (#4247) 2019-06-04 06:21:04 -07:00
Zhonghu Xu b631b113a3 Enhance split horizon EDS doc (#4225)
* Enhance Cluster-Aware Service Routing multi cluster model setup

* update verify part

* fix lint

* fix frankbu's comments

* Update index.md
2019-05-31 16:34:15 +00:00
Michael bbc8e073bc Fix typo in task mtls deep dive (#4228)
* fix typo in task mtls deep dive

* Fix typo i instead of istioctl
2019-05-28 02:23:54 +00:00
Jonh Wendell 4c96105b20 Fix references to parent dir in TLS tasks (#4219) 2019-05-24 19:30:11 +00:00
Gary Brown 4bb6150ad4 Add information about configuring Istio to use an external Jaeger (production) instance (#4210) 2019-05-24 10:22:37 -07:00
Frank Budinsky c2f59bddf6 Use shorter titles and no linktitle for traffic managment tasks (#4212) 2019-05-23 21:24:52 +00:00
Frank Budinsky 6d4497bac9 Reorganize traffic managment tasks (#4206)
* Reorganize traffic managment tasks

* broken links

* more broken links

* more broken links

* fix links

* fix todelete images
2019-05-23 18:12:25 +00:00
ASaiun 5d950babee fix the bug: helloworld-v1 service port should change to 5000 (#4204)
* fix the bug: helloworld-v1 service port should change to 5000

* fix the bug: helloworld-v1 service port should change to 5000

* fix the bug: some yaml format error in Chinese docs,something like this

    spec:
      selector:
    istio: egressgateway
      servers:
      - port:
      number: 80
      name: https
      protocol: HTTPS
2019-05-23 08:20:40 +00:00
lei-tang 35e9164509 Use ServiceEntry to expose an example Vault CA server (#4199) 2019-05-21 17:32:28 +00:00
Rigs Caballero b5581a5899 Move content from Examples to Tasks. (#4166)
Moves the content found in examples/advanced-gateways/ to
tasks/traffic-management/edge-traffic and
the content found in examples/multicluster/ to tasks/multicluster/
Fixes all broken links caused by the move and adds aliases to the moved pages.
The changes are applied to both, English and Chinese, websites.

Signed-off-by: rcaballeromx <grca@google.com>
2019-05-21 09:56:33 -07:00
Frank Budinsky 5b1d11e489 Clarifications (#4145) 2019-05-16 09:42:34 -07:00
wxdao 1415c9be20 Remove `kubectl create` tip in Authentication Policy task (#4117)
* Fix a typo in Authentication Policy task

* Remove `kubectl create` tip
2019-05-13 17:28:15 +00:00