Commit Graph

1432 Commits

Author SHA1 Message Date
Romain Lenglet 7f202fe6fe Document upgrade steps for Istio CNI (#4518) (#4623)
(cherry picked from commit d4545c9233)
2019-07-02 09:41:03 -04:00
Martin Taillefer ee7ab7a601
Cherry picks (#4589)
* Fix dead link (#4585)

(cherry picked from commit 43be14b92b)

* Fix dead link. (#4588)

(cherry picked from commit affaf1f0ed)
2019-06-29 04:17:08 -07:00
Joshua Blatt 3828cdad81
Fix CVE-2019-12995 blog post (#4584) (#4586)
* Fix CVE-2019-12995 blog post (#4584)

* Address @geeknoid comments

* Address @sdake 's comments

* Update content/blog/2019/cve-2019-12995/index.md

* Remove consecutive blank line.
2019-06-29 02:35:25 -07:00
Francois Pesce 7797b2520f Add community announcement for CVE-2019-12995 (#4581) (#4582)
* Add commmunity announcement for CVE-2019-12995

* Address @geeknoid's comments

* Address linting

* Address linter bash issue

* Add needed spelling dictionary entries

* Address linting

* Fix linting
2019-06-28 18:34:46 -07:00
Francois Pesce 387a3355c8 Release 1.2.2 (#4573) 2019-06-28 14:53:37 -07:00
mergify[bot] 2166e800c5 Draft release notes for 1.0.9 and 1.1.10. (#4566) (#4580)
(cherry picked from commit 448f09f08c)
2019-06-28 14:47:58 -07:00
Frank Budinsky bb3bfab1a1
Cherry-pick 4565 (#4576) 2019-06-28 16:54:40 -04:00
mergify[bot] 90eccd97ab Updating Demystifying Istio's Sidecar Injection Model Page (bp #4562) (#4577)
* Updating Demystifying Istio's Sidecar Injection Model Page (#4562)

* Update index.md

Fixes some documentation concerns of #4509

* Update content/blog/2019/data-plane-setup/index.md

Spell Check.

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
(cherry picked from commit f91ced1bf1)

* Update content/blog/2019/data-plane-setup/index.md
2019-06-28 16:37:20 -04:00
Martin Taillefer 76c24e613b Update 1.2 reference docs to fix broken link. (#4575) 2019-06-28 20:23:13 +00:00
mergify[bot] 6327b9c36c Fixing observability concept doc. (bp #4448) (#4550)
* 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

(cherry picked from commit e260e3385e)

# Conflicts:
#	content/docs/reference/commands/galley/index.html
#	content/docs/reference/commands/istio_ca/index.html
#	content/docs/reference/commands/istioctl/index.html
#	content/docs/reference/commands/mixs/index.html
#	content/docs/reference/commands/pilot-discovery/index.html
#	content/docs/reference/config/policy-and-telemetry/metrics/index.md

* fix merge conflicts
2019-06-28 15:22:11 -04:00
mergify[bot] a89242e2a7 Don't overuse tips/warnings (#4553) (#4572)
* Don't overuse tips/warnings

* spelling

* corrections

* revert last change

* uppercase ram

(cherry picked from commit 0e158f1b5e)
2019-06-28 10:59:34 -04:00
mergify[bot] ddf2724c6d Mention istioctl authn tls-check only check conflict states between c… (#4519) (#4524)
* 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>
(cherry picked from commit d8a4aba879)
2019-06-28 10:57:03 -04:00
mergify[bot] 4b77df2a75 Fix bash syntax, punctuation and spelling (#4568) (#4570)
(cherry picked from commit 6d050a3dc9)
2019-06-28 07:43:46 -07:00
mergify[bot] 5b0cae036f Move content from 1.1 to 1.2 and future releases (#4561) (#4569)
* 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.

(cherry picked from commit 33d1d5dc12)
2019-06-28 10:42:45 -04:00
mergify[bot] 3c3c6a34d9 Move gardener doc to platform-setup folder (#4554) (#4567)
(cherry picked from commit 9d0a75b3f7)

# Conflicts:
#	content/docs/setup/kubernetes/platform-setup/gardener/images/gardener_addon_checkboxes.png
#	content/docs/setup/kubernetes/platform-setup/gardener/images/gardener_service_account.png
#	content/docs/setup/kubernetes/platform-setup/gardener/images/gardener_shoot_creation.png
#	content/docs/setup/kubernetes/platform-setup/gardener/index.md
2019-06-28 10:41:45 -04:00
mergify[bot] 918848132e Clarify sds install profile (#4489) (#4557)
* 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

(cherry picked from commit fe33c33740)
2019-06-28 10:34:53 -04:00
Rigs Caballero c80985e5c8 Add new Traffic management concept as a single page (#4545)
* 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-24 16:37:38 +00:00
mergify[bot] 6132048d57 Update Slack-related info to match our current policies. (#4530) (#4544)
(cherry picked from commit 53e04b461a)
2019-06-24 09:36:03 -07:00
mergify[bot] e14126afd1 Fix helm release name (#4532) (#4540)
Fixes https://github.com/istio/istio/issues/13742

(cherry picked from commit 737fcf318b)
2019-06-24 09:26:31 -07:00
mergify[bot] ef22949cd0 Fix typo (#4537) (#4539)
s/becuase/because

(cherry picked from commit e4044bae52)
2019-06-24 08:36:04 -07:00
Lin Sun 7840511edb remove this tip as this is not needed (#4535)
due to https://github.com/istio/istio/pull/14518

cc @irisdingbj
2019-06-24 08:34:54 -07:00
Lin Sun a5d38f947c remove duplicated rbac in feature status page (#4534) 2019-06-24 07:46:32 -07:00
Tao Li 263101eba2
Fix doc issue (#4527) 2019-06-22 12:16:42 -07:00
mergify[bot] f10b70460e Update reference docs. (#4528) (#4529)
(cherry picked from commit dd03a65bc9)
2019-06-21 20:21:45 -07:00
mergify[bot] d3b34f61ce More missing aliases (#4521) (#4522)
(cherry picked from commit 05fcde723d)
2019-06-21 10:31:02 -07:00
Rick-Manarauskis feac875721 Update index.md (#4508)
Added link to broader description on DNS & DNS records.
2019-06-21 07:18:59 +00:00
mergify[bot] 3670e3318f Apply crds separately to avoid race (#4493) (#4516)
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.

(cherry picked from commit 42de6cf3c0)
2019-06-20 12:45:05 -07:00
mergify[bot] db1b32ebd3 Address comments from Doug re Mixer upgrade notice (#4511) (#4512)
(cherry picked from commit d7ecab5eb8)
2019-06-20 12:32:43 -07:00
Douglas Reid c7e7f1862b fix(metrics docs): cleanup metrics docs for commands and default metrics (#4505) 2019-06-20 09:47:24 -07:00
Romain Lenglet 1709e79875 Install istio-cni into kube-system to use system-node-critical priorityClass (#4500) 2019-06-19 22:13:20 -04:00
Yangmin Zhu 68a8d1eaab remove out-dated upgrade notice for mTLS and RBAC (#4455) (#4506) 2019-06-20 01:25:21 +00:00
Frank Budinsky 1843f83088 Add mising aliases (#4501) 2019-06-19 14:05:48 -07:00
Frank Budinsky 1c68d35259 Update apiVersion in blog (#4498) 2019-06-19 17:51:21 +00:00
Frank Budinsky 9129efac4f Fix list not displaying correctly (#4495)
* A few more archive fixes.

* Fix list not displaying correctly

* lint errors
2019-06-19 17:38:36 +00:00
Joshua Blatt 6e3c49735b Revert "Revert "1.0 eol final announcement. (#4431)" (#4490)" (#4496)
This reverts commit 53e82861b9.
2019-06-19 17:04:05 +00:00
mtail 8b8a724df7 Fixed version number 2019-06-18 18:47:11 -07:00
Joshua Blatt 53e82861b9 Revert "1.0 eol final announcement. (#4431)" (#4490)
This reverts commit 55b6eb2b23.
2019-06-18 18:38:10 -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
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