Commit Graph

287 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
Jianfei Hu 48f73b143b Update mesh expansion doc with birectional example. (#3274)
* First round of mesh expansion doc updates.

* Bash syntax works now, and remove the headline to be consistent.

* fix the spelling.

* SERVICE_NAMESPACE and cleanup.

* Use more SERVICE_NAMESPACE in the cmd.

* Another round of fixing the doc by following exactly what it says.

* add gcloud ssh

* VM instance ip as a step.

* address comments. ns explaining.

* comments fixing and echo to tee.

* update meshexpansion.enabled

* applied my zone, project in scp.

* add istio-sys ns crtn.

* Fix frank suggestion.

* gce instance ip

* Verfied manually: use helm template for CRD.

* Verfied manually: use helm template for CRD.

* for example comma.

* Add tips to disclaim GCE.

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* address taos comments.

* fix the link for cert life config.

* Change to require helm in prerequisite.

* fix lint

* congrats section and cleanup vm model section.

* Apply 23 suggestions to code review from github.

Co-Authored-By: incfly <jianfeih@google.com>

* remove tip section.

* fix trailing spaces lint.

* fix lint.

* remove duplicate sentence.

* remove duplicate the the.
2019-03-08 14:17:33 -08:00
Lin Sun 78775a6201 update enable cni install instruction (#3594)
* update instruction

to apply the yaml and match what we used in other install doc

* additional update
2019-03-08 13:39:36 -08: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
Tim Swanson bfbc8a5c65 Fix the Istio CNI doc per the rel-1.1 helm chart decoupling changes (#3537)
* Fix the Istio CNI doc per the rel-1.1 helm chart decoupling changes

* Fix review comments

* Apply suggestions from code review

Co-Authored-By: tiswanso <tiswanso@cisco.com>

* Rebase and fix lint errors
2019-03-08 11:01:40 -05:00
mtail 92bc65af57 Update Slack logos.
Also, run SVG optimizer on all our images.
2019-03-07 16:10:05 -08:00
Frank Budinsky 85acb221eb Clarify upgrade options (#3559) 2019-03-07 12:28:33 -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
Idan Zach dce990ff28 Add Pod to Service association requirement (#3530) 2019-03-06 09:08:16 -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 9af8db33a0
update validate sidecar cmd (#3527)
fixes: https://github.com/istio/istio.io/issues/3521
2019-03-06 09:06:51 -05: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
Lin Sun d69c54ca6d
add a dot 2019-03-05 15:40:40 -05:00
John Howard 0dabe29b28 Update references to value files (#3412) 2019-03-05 13:47:07 -05: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 7bf371365e
Optimize all our SVG files. (#3468) 2019-03-03 08:14:50 -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
Ozben Evren 225d449046 Add documentation about removing CRDs. (#3436) 2019-02-28 11:46:31 -08:00
John Howard b1ed4c9c84 Reference helm install docs rather than duplicating (#3418)
* Reference helm install docs rather than duplicating

Multicluster gateway installation docs were out of sync from install docs. This changes them to just directly reference the main install docs to make things more clear.

* Fix syntax
2019-02-28 12:02:44 -05:00
Lin Sun d99e48fc99 remove the portion for egress gateway exposed as nodeport (#3255)
* remove the portion for egress gateway

* Update index.md
2019-02-28 08:24:30 -08:00
Eric Van Norman 54fa8681d5 Update CRD count from 58 to 56 (#3389) 2019-02-26 08:34:31 -08:00
Brian Avery 4cf48451f3 There are only 56 CRDs, not 58 (#3380)
1.1 is only creating 56 CRDs, not 58. It looks like the missing ones are servicecontrolreports.config.istio.io and servicecontrols.config.istio.io, both of which have been removed. 

adapters.config.istio.io
apikeys.config.istio.io
attributemanifests.config.istio.io
authorizations.config.istio.io
bypasses.config.istio.io
certificates.certmanager.k8s.io
checknothings.config.istio.io
circonuses.config.istio.io
cloudwatches.config.istio.io
clusterissuers.certmanager.k8s.io
clusterrbacconfigs.rbac.istio.io
deniers.config.istio.io
destinationrules.networking.istio.io
dogstatsds.config.istio.io
edges.config.istio.io
envoyfilters.networking.istio.io
fluentds.config.istio.io
gateways.networking.istio.io
handlers.config.istio.io
httpapispecbindings.config.istio.io
httpapispecs.config.istio.io
instances.config.istio.io
issuers.certmanager.k8s.io
kubernetesenvs.config.istio.io
kuberneteses.config.istio.io
listcheckers.config.istio.io
listentries.config.istio.io
logentries.config.istio.io
memquotas.config.istio.io
meshpolicies.authentication.istio.io
metrics.config.istio.io
noops.config.istio.io
opas.config.istio.io
policies.authentication.istio.io
prometheuses.config.istio.io
quotas.config.istio.io
quotaspecbindings.config.istio.io
quotaspecs.config.istio.io
rbacconfigs.rbac.istio.io
rbacs.config.istio.io
redisquotas.config.istio.io
reportnothings.config.istio.io
rules.config.istio.io
serviceentries.networking.istio.io
servicerolebindings.rbac.istio.io
serviceroles.rbac.istio.io
sidecars.networking.istio.io
signalfxs.config.istio.io
solarwindses.config.istio.io
stackdrivers.config.istio.io
statsds.config.istio.io
stdios.config.istio.io
templates.config.istio.io
tracespans.config.istio.io
virtualservices.networking.istio.io
zipkins.config.istio.io
2019-02-26 08:31:31 -08:00
Shriram Rajagopalan 2baef16e51 new networking reference docs (#3358) 2019-02-25 17:13:27 -08:00
Maria Skidanova 27c61686ec Better link to booklinfor for docker (#3375) 2019-02-25 13:47:19 -08:00
Tao Li f160abd20b Update permissive mode description (#3328)
* Update permissive mode description 

To make it more accurate

* Update index.md
2019-02-24 22:05:30 -08:00
Rachael Graham 95df476286 link format update (#3357) 2019-02-22 08:53:28 -08:00
Eric Van Norman 115d74ec3b Update the IBM Cloud Quick start (#3327)
* Update the IBM Cloud Quick start

- Use a demo profile for lower resources
- Update to mention tested Kubernetes releases
- use helm-service-account-yaml
- updated helm commands for CRDS, etc.

* Review comments

* Rebase to pick up a new commit

* Change tip from previous to following

* Update CRD verification text

* Update CRD verification text
2019-02-22 08:32:27 -08:00
Andra Cismaru ccd95b993c Add verification steps for CRDs. (#3335)
* Update index.md

* Update from 56 to 58

* Add output
2019-02-22 05:30:30 -08:00
Eric Van Norman 29b79d84ed IBM Platform update (#3333)
- Added a section for using the new Istio add-on for IKS clusters
- update IKS command to use --export. Mpt sure if we can totally move
  new ks command syntax yet.
2019-02-21 16:07:27 -08:00
Brian Avery d87e02d7df Update to Kubernetes 1.13 (#3351)
* Update to Kubernetes 1.13
2019-02-21 14:21:29 -08:00
Rachael Graham 0a9575c6ea IBM Cloud quickstart update (#3285)
* add-on steps, link updates, cluster version

* BookInfo -> Bookinfo

* review update - public prereqs

* Update index.md
2019-02-21 12:11:27 -08:00
Maria Skidanova d6bee371f7 More Crds (#3341) 2019-02-21 12:02:39 -08:00
John Howard 3239fa5cb7 Typo: iistio -> istio (#3342) 2019-02-21 12:01:32 -08:00
Andra Cismaru 1bde241b40 Clarify helm instructions (#3332)
* Update index.md

* Update index.md
2019-02-21 11:12:25 -08:00
Andra Cismaru 24c905bdc7 Update index.md (#3330) 2019-02-21 11:10:53 -08:00
Steven Dake f34ec8f704 Tidy up the installation instructions (#3276)
* Tidy up the installation instructions

We use our Istio.io charts distribution mechanism extensively in this
documentation rework. Helm is a great package manager, and does a pretty
decent job of distributing packages.  These are not advanced features of
helm manifests - but insteead tried and tested CLI operations that have bee
 around since the dawn of Helm.  While we have made a call not to use advanced
features of helm manifests, using more advanced workflows (helm cli commands)
with Helm are expected by operators.

* Fix linting errors
2019-02-21 10:24:06 -08:00
Jianfei Hu e622465cdb remove the statsd in multi cluster setup (#3259)
* remove the statsd which we've already deprecated.

* remove some other statsd reference.

* more removal of statsd.

* Add spaces in chinese doc.
2019-02-18 08:56:25 -08:00
Morven Cao 1619508c17 update quick start with k8s. (#3251)
* update quick start with k8s.

* fix linter issues.

* apply comments.
2019-02-15 10:42:24 -08:00
Morven Cao b01739b965 update istio setup doc with helm. (#3248)
* update istio setup doc with helm.

* fix linter issue for hyperlinks.

* fix linter issue about hyperlinks.

* fix unordered list style issue.

* add hyperlinks.

* apply comments.

* fix linter issues.
2019-02-15 10:03:25 -08:00