Commit Graph

3580 Commits

Author SHA1 Message Date
mtail 527312311f Another fix for archives. 2019-06-19 14:51:39 -07:00
Yangmin Zhu e37462cf17 remove out-dated upgrade notice for mTLS and RBAC (#4455) 2019-06-19 14:08:58 -07:00
mtail 00eccce492 Update the version creation instructions 2019-06-19 10:27:30 -07:00
mtail 37cd6fb4b8 Final batch of archive fixes. 2019-06-19 08:51:37 -07:00
mtail 9afdd77866 Another archive script fix. 2019-06-19 07:23:25 -07:00
mtail 5694543d2d Fix menu glitch 2019-06-19 06:45:36 -07:00
mtail 9918cc6c96 More archive fixes. 2019-06-19 06:02:19 -07:00
mtail d5013d3cd3 Fixes for the archive site. 2019-06-19 05:41:46 -07:00
mtail 099a91ebdd Simplified menu. 2019-06-19 05:00:25 -07:00
mtail 27dd77f4c9 Another README update. 2019-06-18 19:15:02 -07:00
mtail 0fe6ad4b4c Fixed version number in release note. 2019-06-18 18:47:43 -07:00
mtail 685f9aed11 Update README 2019-06-18 18:22:09 -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
mtail 628589d9f7 Switch to 1.3. 2019-06-18 18:03:28 -07:00
mtail 32d03c7729 Prepare for 1.2 branch. 2019-06-18 17:57:29 -07: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
Martin Taillefer 1777ba2abc Point to the right branch of istio/istio (#4450) 2019-06-17 19:23:27 +00: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