Commit Graph

10 Commits

Author SHA1 Message Date
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
Phil Rud 5c654bab02 Add extra warning to 'Cluster-Aware Service Routing' page (#4411)
Fixes #4317
2019-06-18 17:06:23 +00:00
Morven Cao fb4079eba1 update multi-cluster setup doc in ICP. (#4353) 2019-06-14 21:26:36 -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
Eric Van Norman a9e77b5e88 Update to use kubectl apply instead of create where possible (#4399) 2019-06-13 22:42:46 +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
Lin Sun 8d561961d2 remove ICP IKS multicluster page (#4338)
* remove this page

* delete file

* remove chinese doc
2019-06-11 23:44:59 +00:00
Zhonghu Xu b631b113a3 Enhance split horizon EDS doc (#4225)
* Enhance Cluster-Aware Service Routing multi cluster model setup

* update verify part

* fix lint

* fix frankbu's comments

* Update index.md
2019-05-31 16:34:15 +00:00
Frank Budinsky 6d4497bac9 Reorganize traffic managment tasks (#4206)
* Reorganize traffic managment tasks

* broken links

* more broken links

* more broken links

* fix links

* fix todelete images
2019-05-23 18:12:25 +00:00
Rigs Caballero b5581a5899 Move content from Examples to Tasks. (#4166)
Moves the content found in examples/advanced-gateways/ to
tasks/traffic-management/edge-traffic and
the content found in examples/multicluster/ to tasks/multicluster/
Fixes all broken links caused by the move and adds aliases to the moved pages.
The changes are applied to both, English and Chinese, websites.

Signed-off-by: rcaballeromx <grca@google.com>
2019-05-21 09:56:33 -07:00