Commit Graph

1028 Commits

Author SHA1 Message Date
Nik Skoufis fe33c33740 Clarify sds install profile (#4489)
* Clarify auth variant

This makes it clear that sds-auth is already the 'auth' variant. It
also tries to be more specific about what it does, rather than just
saying 'auth by default'

* Add incompatibility between SDS and control plane auth

* Remove unneeded aside

* Clarify status of control plane security with SDS

No technical issues apparently, just timeline. Also moved to before the
table for clarity.

* Simplify additional security feature table

This improves the clarity of this table by:
* Removing default and minimal , since -auth doesn't add any security
features
* Labeling the first column as security feature
* Changing the names of the profiles to reflect the final profile name
including the -auth, instead of without
2019-06-26 13:39:47 +00:00
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
Martin Taillefer de8d7631e2
Update reference docs. (#4552) 2019-06-24 17:02:04 -07:00
Adam Miller e260e3385e Fixing observability concept doc. (#4448)
* fix(telemetry docs): replace p&t concept doc with observability doc

* Fixed broken links

* Fixed one internal and one external link

* Added links and fixed two typos

* Title and links changes

* Added Policies conceptual section

* Fixed broken links in commands reference and traffic mnanagement
2019-06-24 18:30:42 +00:00
Tao Li f54014bb5b Fix sds doc (#4548) 2019-06-24 17:45:54 +00:00
Lin Sun 9403159941 cherry pick from 1.2 #4535 (#4542)
remove this tip as this is not needed #4535
2019-06-24 15:48:32 +00:00
John Howard 737fcf318b Fix helm release name (#4532)
Fixes https://github.com/istio/istio/issues/13742
2019-06-24 08:36:46 -07:00
Dan Ciruli e4044bae52 Fix typo (#4537)
s/becuase/because
2019-06-24 08:34:18 -07:00
Martin Taillefer dd03a65bc9
Update reference docs. (#4528) 2019-06-21 20:13:10 -07: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
Frank Budinsky 93d3dcf213 Cherry-pick commits (#4520) 2019-06-21 08:50:24 -07:00
Ed Snible eb9ec132d3 Remove percent synced from istioctl output sample (#4517) 2019-06-20 20:12:52 +00: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
Martin Taillefer 33731e4e35
Fix some stale links. (#4515) 2019-06-20 12:35:58 -07:00
imgbot[bot] 9656955f3a [ImgBot] Optimize images (#4513)
*Total -- 498.51kb -> 272.80kb (45.28%)

/content/docs/setup/kubernetes/prepare/platform-setup/gardener/images/gardener_shoot_creation.png -- 211.65kb -> 110.58kb (47.75%)
/content/docs/setup/kubernetes/prepare/platform-setup/gardener/images/gardener_addon_checkboxes.png -- 232.38kb -> 124.55kb (46.4%)
/content/docs/setup/kubernetes/prepare/platform-setup/gardener/images/gardener_service_account.png -- 54.48kb -> 37.67kb (30.87%)
2019-06-20 12:32:11 -07:00
Martin Taillefer 8777efc969
Update reference docs. (#4514) 2019-06-20 12:27:36 -07:00
Steven Dake d7ecab5eb8 Address comments from Doug re Mixer upgrade notice (#4511) 2019-06-20 19:09:28 +00:00
Jan von Löwenstein 1ae64ca620 Add Gardener project to platform-setup (#3734) 2019-06-20 12:01: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
Yangmin Zhu e37462cf17 remove out-dated upgrade notice for mTLS and RBAC (#4455) 2019-06-19 14:08:58 -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
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
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
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
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
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