Commit Graph

1397 Commits

Author SHA1 Message Date
mtail 0fe6ad4b4c Fixed version number in release note. 2019-06-18 18:47:43 -07:00
Steven Dake bcdd8e8b2f Refine the upgrade steps. (#4472)
* Refine the upgrade steps.

These could use a third party validation.  The upgrade instructions
are mostly generic at this point, although the MTLS handling is not
necessarily generic between releases.  I had thought we removed the
mtls global setting in this release, yet the existing docs state
this config option should be used.

* Update content/docs/setup/kubernetes/upgrade/steps/index.md

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

* Update content/docs/setup/kubernetes/upgrade/steps/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-06-19 01:18:18 +00:00
Dan Ciruli ba7d36612c Istio 1.2 announcement blog post (#4468) 2019-06-18 17:45:33 -07:00
Steven Dake 9a2f93fa0d Add upgrade notice for 1.2 (#4471) 2019-06-18 17:38:56 -07:00
Martin Ostrowski 77ea9ab332 Temporarily point GKE platform setup to OSS instructions (#4477) 2019-06-18 17:12:17 -07:00
Matthew Wringe 3abd9c0c54 Document commands for running Kiali on OpenShift (#4482) 2019-06-18 17:10:13 -07:00
mtail f33f7c29db Remove reference to 1.1.0, it's just called 1.1 2019-06-18 17:09:05 -07:00
Lin Sun 8e5a3cf443 add ipv6 support to sync with release note (#4474)
* add ipv6 support to sync with release note

* typo

* remove service tracinng

* thx steve!
2019-06-19 00:01:48 +00:00
Mariam John cc5ff43db9 Update installation options for release-1.2 (#4408)
Update the installation options for release-1.2 and the installation
option changes between release 1.1 and release 1.2. These changes have
been generated by the updated changes to tablegen.py in the
PR: https://github.com/istio/istio.io/pull/4402

Fixes: #4374
2019-06-18 16:54:59 -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
Lin Sun 857612eb00
Release note 1.2 (#4469)
* prep release note 1.2

* create release note 1.2 based on draft from wiki

* add a diff

* tweaks

* fix lint

* fix lint

* fix lint

* fix lint

* reorg a bit

* add missing rewrite prob annotation

* addressed Martin's comment

* add a release note item for 12824

* various update

* 3 month window

* a pass review with louis and josh

* typo

* a few link update

* Apply suggestions from code review

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

* more feedback

* galley related changes

* Update content/boilerplates/notes/1.2.md

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

* more updates

* more updates

* update mandar's change

* add link to annotationn

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Ozben Evren <ozevren@users.noreply.github.com>

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* remove jitter in CSR

since it is in 1.1 4550986e42

also limin confirmed NO RBAC channges in 1.2

* add a link to sidecar none

* add feature maturity

* typo

* field->flag

* add a link

* added CNI support

* added a few others item

* typo

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* typos

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* some tweak for sds and remove service tracing

* fix link and lint

* add words

* fix link

* Update content/boilerplates/notes/1.2.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>
2019-06-18 19:38:19 -04: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
Romain Lenglet 0181a4e05b Update CNI docs (#4398) 2019-06-18 13:52:58 -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
Rigs Caballero 46e13420b6 Fix Hugo page generation issue. (#4479)
Having back-ticks at the beginning of the lines was causing Hugo not to generate
the pages at build time. Moved the content with backticks away from the start of
the lines seems to fix the issue.

Signed-off-by: rcaballeromx <grca@google.com>
2019-06-18 18:16:23 +00:00
Jianfei Hu d065efe6f7 Refine the health check doc. (#4433)
* refine the health check doc.

* lint spelling.

* Update content/docs/ops/setup/app-health-check/index.md

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

* Update content/docs/ops/setup/app-health-check/index.md

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

* Update content/docs/ops/setup/app-health-check/index.md

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

* Update content/docs/ops/setup/app-health-check/index.md

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

* Apply suggestions from code review

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

* fix some bash intent

* add yaml sample.
2019-06-18 17:49:46 +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
Frank Budinsky 6d09d50d6d Fix incorrect istioctl command (#4476) 2019-06-18 09:07:35 -07:00
Frank Budinsky a52221f030 VS merging is no longer experimental (#4475) 2019-06-18 08:39:10 -07:00
Romain Lenglet 011383f0af Fix setup for Egress Gateway with NetworkPolicy doc (#4437) 2019-06-18 06:22:46 -07:00
mtail a695d300d4 Small changes as I work on fixing the Hugo problem. 2019-06-18 06:11:18 -07:00
Joshua Blatt 5c90c6e338 Update feature stability for 1.2 (#4434)
* Update feature stages for 1.2 release.

* Adjust stability of security features in consultatin with diemtvu and liminw.

* SNI multi cert now stable.

* Update feature stages based on feedback.

* Respond to code review feedback.
2019-06-18 00:34:05 +00:00
Joshua Blatt e7250e21d0 1.1.9 release notes. (#4430) 2019-06-17 15:19:28 -07:00
Frank Budinsky 289a64f173 Traffic managment concepts fixes (#4449)
* traffic managment routing fixes

* spelling

* one more fix
2019-06-17 14:22:05 -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
Martin Taillefer 0c936f92f5
Update refefence docs. (#4452) 2019-06-17 12:42:23 -07:00
Rigs Caballero 682293f509 Fix double and trailing whitespace. (#4451)
Signed-off-by: rcaballeromx <grca@google.com>
2019-06-17 12:36:54 -07:00
Rigs Caballero f4d247cc30 Improve the flow and language of the Getting started doc. (#4425)
* Fix the flow and language of the Getting started doc.

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

* Add cross-reference on the k8s install guide.

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

* Rework concluding paragraph to clarify timeline.

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

* Move cross-reference to landing page.

Signed-off-by: rcaballeromx <grca@google.com>
2019-06-17 18:27:15 +00:00
Frank Budinsky 86a203c8de Fix fault injection task (#4447) 2019-06-17 08:33:05 -07:00
Lin Sun 4de61a49b9
cherry pick - small update to policy check default #4134 (#4444)
from 1.1 to master
2019-06-16 22:42:34 -04:00
mtail 2f8769beac Optimize SVGs 2019-06-14 22:04:08 -07:00
Joshua Blatt 55b6eb2b23 1.0 eol final announcement. (#4431) 2019-06-14 21:30:13 -07:00
Morven Cao fb4079eba1 update multi-cluster setup doc in ICP. (#4353) 2019-06-14 21:26:36 -07:00
Joshua Blatt 3a51945d7d Clarify policy for alpha features regarding support for production usage and handling of security vulnerabilities. (#4435) 2019-06-14 21:19:42 -07:00
Martin Taillefer 0af4620f38
Another test (#4438) 2019-06-14 21:17:36 -07:00
mtail eb3d1e9f0d Test 2019-06-14 20:51:58 -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
Ozben Evren 0b2d4bf804 Update Galley feature stages. (#4426)
* Update Galley feature stages.

* Fix "spelling" error.
2019-06-14 22:40:31 +00: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
Steven Dake 64dd2961b7 Remove links to outdated code (#4424)
* Remove links to outdated code

The code for this was removed in:
https://github.com/istio/istio/pull/14678/files

I don't read/speak ZH, so struggle to understand how to properly
reword the text.  In the interim, just remove the links from the ZH
pages.

* Fix a envoy doc link failures
2019-06-14 13:56:06 -07:00
Tao Li 8cad363b10 Move root-transition to docs/ to follow others (#4412) 2019-06-14 10:59:35 -07: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
imgbot[bot] 672324185f [ImgBot] Optimize images (#4393)
/content/docs/setup/kubernetes/install/platform/ibm/add-on-install.png -- 222.68kb -> 127.43kb (42.78%)
2019-06-13 11:22:29 -07:00
Rachael Graham 476df4824f Update prep & install docs for IBM (#4386) 2019-06-13 11:09:50 -07:00
Martin Taillefer 73c4478315
Update reference docs (#4391) 2019-06-13 10:58:07 -07:00
Martin Taillefer 92b11e66cd Update reference docs (#4389)
Also run the SVG optimizer.
2019-06-13 17:46:51 +00:00
Ram Vennam 81ddc3e440 skip toc for Getting Started (#4390) 2019-06-13 17:45:33 +00:00
Steven Dake 980cfb694a The dotted lines turned solid on import (#4381)
cloudconvert seems to not handle dotted lines.  This has been
fixed.  SVG was minified, although it seems much larger than
the original.
2019-06-13 09:59:56 -07:00
Steven Dake 53bcc26490 The architecture diagram was damaged (#4378)
The fonts used in arch.svg were incorrect and didn't match the
rest of the website.  In addition, there was some stray text.

I produced this file based upon the svg in 1.1 - after changing
"service A" to "service B" on the right side of the diagram.  Somewhere
in 1.2, this error was fixed, but the font regression was introduced.

Fixes: #4375
2019-06-13 06:14:02 -07:00
Steven Dake beb00de90e Remove GDB documentation (#4377)
GDB is no longer shipped in the containers.  Whether it should be or not
is not relevant for 1.2 (its too late to add GDB to 1.2).  Remove
GDB from the documentaiton.  We don't really expect operators would
use GDB in production.  If GDB were reintroduced to the containers,
it may make sense to document GDB in the developer wiki.

Fixes: #4361
2019-06-13 06:13:11 -07: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
Frank Budinsky 12644d88dd Getting started page, one more time (#4359)
* getting started

* fix typo

* remove tip

* review comments
2019-06-12 20:12:36 +00:00
Eric Van Norman cffa20642c Fix warning (#4366) 2019-06-12 18:56:53 +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
Steven Dake 4a6caac72f Refine the multicluster gateways installation documentation (#4307)
* Refine the multicluster gateways installation documentation

Change all occurances of we to you.
Use the kubernetes version macro instead of hard-coding.
Refinements to the wording in various places.
Improvements to the workflow, so it works 100% of the time instead of most of the time.
Add the a warning flag related to the samples certs.
Add more information about stubbing a domain for cloud provides that have specific unique procedures.

* refinements

* Fix shortcode error

* Fix linting problems

* Apply review comments.
2019-06-12 16:41:31 +00:00
Martin Taillefer d49deee2d9 Title improvements (#4357)
- Rename "Operations Guide" to "Operations" so it fits better in the sidebar.

- Rename the main kubernetes install page to "Installing on Kubernetes" rather than
just "Kubernetes" which was a bit odd when landing there. Links to the page in the
sidebar and elsewhere still say "Kubernetes" since these usually appear in context.
2019-06-12 16:12:59 +00:00
Morven Cao 991d05c86f update required helm version. (#4352) 2019-06-12 08:06:34 -07:00
Tao Li 737ba05962 Patch #4263 to master (#4351) 2019-06-12 15:05:51 +00:00
Morven Cao afacf690b3 update CRDs count. (#4347) 2019-06-12 15:03:21 +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
Xinnan Wen c91553f37e Update command for deprecated old style CRDs (#4342)
* Update command after deprecate of old style CRDs

* Update index.md

* Update index.md

* Update index.md
2019-06-12 15:01:40 +00:00
Pengyuan Bian 76d5f9d285 Update tracing task doc (#4318) 2019-06-12 07:59:12 -07:00
Steven Dake 492ed35c55 Enhance minikube getting started page (#4299)
* Enhance minikube getting started page

Several errors with the minikube page under more intense review. These
errors were fixed.  Several warnings were added specifically about not
specifying enough memory.

Fixes: 4923

* Fix linting error

* Cleanup after visual inspection.

* The correct spelling of minikube is all lowercase

* Hypervisor is now only used as lowercase

* remove whitespace

* Try a text_hack block instead of text_bash

* Apply Frank's slack suggestion to get the gate moving

* Fix linting problems and apply reviewer comments

* More refinements
2019-06-12 14:56:31 +00: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
Eric Van Norman baaa7e5d91 Docker Desktop updates (#4339)
* Docker Desktop updates

* Fix spelling error
2019-06-11 23:44:12 +00:00
Martin Taillefer 268760d99c
Update reference docs. (#4345) 2019-06-11 16:27:33 -07:00
Nathan Mittler a80117175a Adding missing quotes to yaml in traffic management docs (#4341) 2019-06-11 21:49:56 +00:00
Eric Van Norman 355f8e133d Remove hyphens in IBM-Cloud-Private (#4340) 2019-06-11 20:01:00 +00:00
Nik Skoufis 94e9d95a59 Injection caveats docs (#4255)
* Remove 'things' in favor of more specific terms

Explicitly spelling out that these are bits of configuration is more
explicit.

* Add clarification on namespace and host network limitations

This adds clarifications on the limitations on sidecar injection for
particular namespaces and for pods with host networking.

The clarifications are in two spots because without either of them, the
information provided is incomplete. Saying that whether the sidecar is
injected or not is only dependant on three bits of config isn't really
accurate. And including the troubleshooting steps without mentioning
these hard limits isn't accurate either.

* Remove whitespace and fix spelling error

* Remove misplaced 'is'

* Fix typo

* Replace 'limitation' language with 'security rules'

This emphasises that these restrictions are by design, and are intended
to provide security to users.

* Clarify the outcome of annotating pods that violate security rules

This clarifies that if pods on the host network or in system namespaces
will be ignored by the sidecar injector, as opposed to other failures or
errors.

* Update lists to use correct Hugo format

* Indent paragraph to fix formatting and numbering

This indentation should fix the formatting of this paragraph so that it
appears correctly under the second element of the ordered list. It
should also ensure that the ordered list continues at 3 with the next
item.

* Add whitespace to ensure correct formatting of lists
2019-06-11 17:31:24 +00:00
Morven Cao 2d5d6bf819 fix typo. (#4333) 2019-06-11 15:47:55 +00:00
Morven Cao 14d533a590 fix locality-weighted load balancing sample. (#4325) 2019-06-11 13:30:22 +00:00
Song Song Li 93d1414d63 fix typo for glossary page (#4322) 2019-06-11 09:56:51 +00:00
Morven Cao ee91bef040 fix istio-init chart upgrade issue. (#4323) 2019-06-11 09:55:10 +00:00
Morven Cao 0fd2937a57 update expected CRDs number. (#4311) 2019-06-10 22:08:05 +00:00
Steven Dake 67bd157e1b Document the Helm whitespace problem (#4291)
* Fixes Issue #4142

Document the helm whitespace command line problem.  We should consider
producing a list of known Helm problems as they relate to Istio - post
1.2 (with a quick backport to all of the branches including deprecated
Istio versions).  It will take some time to generate this list, but we
could replace this 1 warning with all of the various Helm issues we
see in production usage along with the upstream tracking bug.

* Improve readability of this change

* compress the text of this issue
2019-06-10 19:30:05 +00:00
Kuat 37b3cd1cf9 update endpoints instructions (#4314)
* update endpoints instructions

Signed-off-by: Kuat Yessenov <kuat@google.com>

* typo

Signed-off-by: Kuat Yessenov <kuat@google.com>

* typo

Signed-off-by: Kuat Yessenov <kuat@google.com>

* mTLS is not a word apparently

Signed-off-by: Kuat Yessenov <kuat@google.com>

* typo

Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-06-10 19:14:59 +00:00
Eric Van Norman 5d03af38c9 zsh completion updates (#4312) 2019-06-10 18:23:38 +00:00
imgbot[bot] daa68bccba [ImgBot] Optimize images (#4308)
*Total -- 1,259.96kb -> 768.84kb (38.98%)

/content/docs/setup/kubernetes/install/platform/ibm/istio-installation-2.png -- 247.04kb -> 146.89kb (40.54%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-deletion.png -- 90.86kb -> 54.41kb (40.11%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-upgrade-2.png -- 90.90kb -> 54.49kb (40.06%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-upgrade-1.png -- 120.38kb -> 72.51kb (39.77%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-release.png -- 100.95kb -> 61.03kb (39.55%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-catalog-2.png -- 115.50kb -> 69.91kb (39.47%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-catalog-1.png -- 199.63kb -> 123.67kb (38.05%)
/content/docs/setup/kubernetes/install/platform/ibm/istio-installation-1.png -- 294.69kb -> 185.92kb (36.91%)
2019-06-10 10:01:37 -07:00
Tao Li 43572ad9b5 Update root rotation blog (#4313) 2019-06-10 16:56:37 +00:00
Steven Dake bc393ae1a8 Fix xargs usage of `-I` (#4290)
`-i` xargs argument is deprecated and replaced by `-I`.
2019-06-10 15:34:50 +00:00
Morven Cao 2816ffa72e update setup steps for ICP. (#4295)
* update setup step for ICP.

* apply comments.
2019-06-10 13:23:20 +00:00
Morven Cao c4f2613918 update kc link for ICP. (#4297) 2019-06-10 02:33:00 +00:00
Jason Clark a5860faa1d Adds a separate docs page for istioctl. (#4274) 2019-06-07 14:06:50 -07:00
Frank Budinsky f30d7df422 Add quick-start download warning (#4283)
* quick-start download warning

* fix linter error

* review comments
2019-06-07 14:06:02 -07:00
Tao Li 521a2fe7d9 Patch #4273 to master branch (#4285) 2019-06-07 12:59:23 -07:00
Vadim Eisenberg 56e87f1568 add requirement 1.3.4 of PCI DSS to the introduction of the egress blog, part 1 (#4254) 2019-06-07 12:51:25 -07:00
Dmitri Dolguikh 0489a4b14a Fixes for the "Installing the Sidecar" guide (#4272) 2019-06-07 12:45:49 -07:00
Steven Dake 643bb2d2ed Refine mc (#4270)
* Refine the concepts for multicluster

THe original document is very well written.  It can be improved on
slightly by removing code names, and correcting some inconsistencies.
2019-06-07 12:45:19 -07:00
Joshua Blatt 82c5f46ae3 1.0.8 release notes (#4278) 2019-06-07 09:01:49 -07:00
Joshua Blatt ab7e8dcf13
1.1.8 release notes (#4276)
* First draft 1.1.8 release notes

* s/multi-cluster/multicluster/
2019-06-07 07:41:49 -07:00