Commit Graph

19 Commits

Author SHA1 Message Date
Martin Taillefer fbd2b162fb
Prune a few things that shouldn't have been in the dictionary. (#3622) 2019-03-11 11:35:52 -07:00
Martin Taillefer 2c62859726 Tweak the installation pages. (#3610)
- Move requirements up to be the first thing people see. This matches
the order presented in the landing page.

- Shuffle the order in the sidebar a bit to correspond to the order
the material is presented in the landing page.

- Clean up some of the wording on the k8s landing page.

- Shorten the platform names used in the sidebar nav so they fit better.
This matches the names used in the Platform Setup section.
2019-03-11 08:56:35 -07:00
Morven Cao 8d821cb4aa Update uninstall step for helm. (#3611)
* update doc for uninstall step.

* update uninstall step.
2019-03-10 21:41:30 -04:00
Martin Taillefer b67e5126b4
Fix tab problem. (#3614) 2019-03-10 10:55:57 -07:00
Shriram Rajagopalan 00fbb7c9f2 update values references (#3608)
* update values references

* Update index.md
2019-03-10 08:14:17 -07:00
Ram Vennam a34d4fb88c Update kubectl get pods, svc output (#3585)
* Update kubectl get pods, svc output

* output from latest build
2019-03-08 16:08:51 -05:00
Lin Sun 3b0cd328ee forgot the other helm path (#3584)
for #3582
2019-03-08 11:22:34 -08:00
Lin Sun be5d5f4609 update value files dir (#3582)
so that users don't need to download istio archive.

confirmed these files exist for me:

```
~/istio-fetch/istio  13:55:51
$ ls
Chart.yaml                    templates                     values-istio-remote.yaml
README.md                     values-istio-demo-auth.yaml   values-istio-sds-auth.yaml
charts                        values-istio-demo-common.yaml values.yaml
example-values                values-istio-demo.yaml
requirements.yaml             values-istio-minimal.yaml
```
2019-03-08 11:13:34 -08:00
Rigs Caballero ee1b180bf7 Implement consistent term for installation related flows (#3577)
* Implement consitent term for installation related flows

Replaced "paths", "instructions", and other similar terms
with the term "flow" to ensure readers from different
Geos are not confused by multiple meanings or idiomatic use.

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

* Implement consistent term for installation related flows

Replaced "paths", "instructions", and other similar terms
with the term "flow" to ensure readers from different
Geos are not confused by multiple meanings or idiomatic use.

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

* Fix typos and lint issue.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-03-08 11:02:33 -08:00
mtail 92bc65af57 Update Slack logos.
Also, run SVG optimizer on all our images.
2019-03-07 16:10:05 -08:00
Frank Budinsky eab78670ea Merge minimal with helm install and simpify install paths (#3538)
* Merge minimal with helm install and simpify install paths

* circleci errors

* broken links

* fix broken link
2019-03-07 09:13:37 -08:00
Andra Cismaru 6d1f435c4a Fix helm values for demo and uninstall steps (#3396)
* Fix hel values for demo and uninstall steps

* Update content/docs/setup/kubernetes/helm-install/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Update content/docs/setup/kubernetes/helm-install/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Remove double line from suggestion

* Fix typo

* Text bash does not work inside of tip

* Update content/docs/setup/kubernetes/install/helm/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Update content/docs/setup/kubernetes/install/helm/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Update content/docs/setup/kubernetes/install/helm/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Update content/docs/setup/kubernetes/install/helm/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Remove tip
2019-03-06 06:22:34 -08:00
Lin Sun d2e5fb1da4 delete the CRD clean up section (#3513)
as it is covered earlier in each of the 2 helm install options.
2019-03-05 14:49:39 -08:00
Frank Budinsky 76fc94137e Update istio-demo install instructions (#3520)
* Update istio-demo install instructions

* improve verify step

* fix circleci errors

* typo

* Change title

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/tasks/security/authn-policy/index.md

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

* Update content/docs/tasks/security/plugin-ca-cert/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

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

* spelling
2019-03-05 14:47:20 -08:00
Phil Rud 23bb7bad20 Update the number of CRDs to expect during installation (#3440)
With the upgrade of cert-manager to v0.6.2 two new CRDs are being
introduced. The total number of CRDs should now be `58`. Updating
the CRDs installation section of the documentation accordingly.
2019-03-04 22:55:32 -08:00
Steven Dake bc9d6c62c0 A reference to the istio.io repository was missing (#3483)
Fix https://github.com/istio/istio/issues/12081
2019-03-03 23:29:05 -08:00
Martin Taillefer 381365d798
Fix a bunch of broken aliases. (#3467) 2019-03-03 07:29:52 -08:00
Martin Taillefer ad565871d6
Clean up keywords. (#3442) 2019-02-28 17:26:46 -08:00
Rigs Caballero 21c918fbe4 Organize the Kubernetes Installation content. (#3422)
* WIP Add Kubernetes Installation landing page.

This adds the landing page and organizes the content to make it easier to navigate.

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

* Apply initial feedback on landing page content.

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

* Rename and move files to enhance navigation.

Added aliases to redirect after filename changes.

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

* Harmonize all installation guide titles and intros.

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

* Fix all links affected by the restructure.

Fixed all internal links and added aliases to ensure external redirects.

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

* Fix paths of images on the ZH content.

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

* Fix additional links and apply feedback.

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

* Fix link error introduced by rebase.

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

* Remove redundant instances of "Istio" in titles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-28 14:37:30 -08:00