Commit Graph

106 Commits

Author SHA1 Message Date
Xi Ning Wang f7a11de48a
Update the doc about how to setup on Alibaba Cloud (#9263)
* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud

* Update the doc about how to setup on Alibaba Cloud  fix bug
2021-03-22 07:09:56 -07:00
Istio Automation b8e4108377
[master] Update index.md (#9158)
* Update index.md

* Update index.md

Use English link

Co-authored-by: Zack Zhang <zhangkaiamm@gmail.com>
Co-authored-by: craigbox <craigbox@google.com>
2021-03-09 18:18:56 -08:00
Zhonghu Xu eff44c2b2e
Add guide to install istio on Huawei CCE (#9051) 2021-03-01 20:00:25 -08:00
Istio Automation f389a8af41
a note to increase memory (#9059)
else install would fail

Co-authored-by: Lin Sun <lin.sun@solo.io>
2021-02-26 09:46:49 -08:00
John Howard 33b1795f26
Revert "remove rbac instruction (#8442)" (#8990)
This reverts commit a65a859103.
2021-02-16 14:34:18 -08:00
Jim Ntosas d65c3631ee
Kops Docs: Fix ServiceAccountVolume proposed configuration (#8893)
Seems that after merging https://github.com/kubernetes/kops/pull/9534
there is no need to specify paths for key-files for service Account
Token Volume Projection.

Instead, current configuration proposed is making Istio unable to verify
JWT token with errors. In this commit, we remove the paths, letting Kops
handles the default ones that are working as expected.

Signed-off-by: dntosas <ntosas@gmail.com>
2021-02-02 13:43:50 -08:00
Shamsher Ansari fe3a248186
use latest version of dashboard to support k8 1.20 (#8862) 2021-01-28 07:02:29 -08:00
jacob-delgado f7ece2bc01
change header for platform per TOC guidance (#8788)
* change header for platform per TOC guidance

* Update content/en/docs/setup/platform-setup/azure/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Change to Istio 1.9

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-01-21 14:55:10 -08:00
Shamsher Ansari fe9c7acb8c
Update to more recent kubernetes version (#8795) 2021-01-19 06:00:12 -08:00
jacob-delgado ef1777b1cd
Update supported platforms pages (#8737)
* Add warnings to platform setup for infrastructure not recently tested

* Docker has been tested; remove banner

* Use a boilerplate

* Add date back to oci

* Update content/en/boilerplates/untested-platform.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-01-11 07:34:23 -08:00
Brian Avery b8137a5560
Fix openshift docs (#8444)
* Fix openshift docs

* Add dollar sign and add confirmation

* Remove trailing spaces
2020-11-04 13:14:09 -08:00
Upo a65a859103
remove rbac instruction (#8442) 2020-11-04 06:59:41 -08:00
Eric Van Norman 3e7f846bbc
Update to more recent kubernetes version. (#8395) 2020-10-29 10:28:50 -07:00
Eric Van Norman 1bc40488ef
Remove ICP from IBM Cloud platform setup page (#8360) 2020-10-26 13:32:15 -07:00
Jonh Wendell 83482ee705
Cleanup OpenShift instructions, removing outdated info (#7880) 2020-08-06 06:56:26 -07:00
Eric Van Norman 9d3dff5dde
Update kind to use non-beta Dashboard UI (#7808) 2020-07-29 14:54:49 -07:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Nico Aragon ba66f82ee4
Setup for GKE (#7162)
* updating to 1.5

* zero touch setup for gke

start every line in bash with $

line starts with $

fixing format
2020-05-19 10:46:06 -07:00
Eric Van Norman 6e6426e457
Update kind setup instructions removing Golang version (#7164) 2020-04-27 06:47:20 -07:00
Eric Van Norman fb113fb50a
Update IBM Cloud instructions (#7163) 2020-04-27 06:47:11 -07:00
Eric Van Norman 750c51c561
minikube updates (#7167) 2020-04-27 06:12:42 -07:00
Eric Van Norman 55accd83b4
Update base64 -d to --decode (#7039)
* Update base64 -d to --decode

* Fix additional -d to --decode change
2020-04-09 06:41:44 -07:00
Shawn O'Dell 4756fc8686
Gke private firewall port (#6882)
* GKE Firewall Port

* clarity

* lint: trailing spaces

* Update content/en/docs/setup/platform-setup/gke/index.md

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

* unindent nested blocks

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-18 04:29:03 -07:00
Eric Van Norman fc26fca934
Remove KubeCon EU event, fix KubeSphere.io links, ignore 429s. (#6886)
* Remove KubeCon EU event

* Make kubsphere.io link changes

* Ignore 429 return codes on links
2020-03-16 10:19:12 -07:00
Jonathan Meyers 6fa32245be
Updated / added Kops documentation (#6744)
* first pass at updated kops documentation

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* updated k8s versions as appropiate

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* added sds doc links

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* formatting

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* spelling and lint fixes

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>

* changed to weight 33

* simplified docs

Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
2020-03-06 14:39:52 -08:00
Istio Automation 65e1b16c0a
[Release-1.5] update download url to the latest link (#6703)
Co-authored-by: FeynmanZhou <FeynmanZhou@users.noreply.github.com>
2020-03-05 13:14:25 -08:00
Lin Sun 15897d95e2
[ImgBot] Optimize images (#6505)
*Total -- 85.52kb -> 78.50kb (8.21%)

/content/pt-br/docs/setup/platform-setup/docker/dockerprefs.png -- 28.51kb -> 26.17kb (8.21%)
/content/en/docs/setup/platform-setup/docker/dockerprefs.png -- 28.51kb -> 26.17kb (8.21%)
/content/zh/docs/setup/platform-setup/docker/dockerprefs.png -- 28.51kb -> 26.17kb (8.21%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: Imgbot <help@imgbot.net>
2020-03-05 14:32:32 -05:00
Istio Automation bc8dd1fd93
Reweight platform pages (#6747) 2020-03-05 08:15:00 -08:00
Istio Automation 9dec4fbcae
Fix issues related to OpenShift setup (#6721)
* Fix issues related to OpenShift setup

* Revert non-english changes
2020-03-04 16:04:40 -08:00
Jason Young b709645d70
Update GKE platform setup (#6602) 2020-02-27 13:32:37 -08:00
Jonh Wendell 7e210bd2f4
Improve instructions on OpenShift (#6556) 2020-02-25 10:41:58 -08:00
John Howard 352ba575a8
Cleanup GKE platform setup (#6548)
You cannot install GKE below 1.13 anymore, and we shouldn't mention
Mixer
2020-02-25 10:41:51 -08:00
Eric Van Norman 81c1b5afe3
Update to use new IBM CLI commands (#6525)
* Update to use new IBM CLI commands

* Update tip for vlans
2020-02-21 07:19:51 -08:00
Taylor Reece fa2974c23a
Updated docker desktop image to reflect correct requirements, and new look of docker desktop. Fixes #6485 (#6490)
We really need a better process for approving changes to common material in multiple translations of the docs.
2020-02-19 15:08:42 -05:00
imgbot[bot] bc5edc8b41
[ImgBot] Optimize images (#6482)
*Total -- 3,315.63kb -> 2,462.23kb (25.74%)

/content/en/docs/setup/platform-setup/kubesphere/images/kubesphere-console.png -- 334.02kb -> 203.49kb (39.08%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-service-select-productpage.png -- 218.73kb -> 149.48kb (31.66%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-service.png -- 188.14kb -> 131.59kb (30.05%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-select-dashboard.png -- 328.05kb -> 230.16kb (29.84%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/dashboard-ratings.png -- 190.72kb -> 135.04kb (29.19%)
/content/en/docs/examples/microservices-istio/add-mtls/dashboard-ratings-mtls.png -- 140.99kb -> 100.51kb (28.71%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-mesh.png -- 228.11kb -> 164.63kb (27.83%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/dashboard-mesh-all.png -- 260.44kb -> 188.96kb (27.45%)
/content/en/docs/examples/microservices-istio/add-new-microservice-version/bookinfo-reviews-v2.png -- 93.56kb -> 71.35kb (23.74%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-initial.png -- 170.96kb -> 136.51kb (20.15%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-edge-labels-menu.png -- 182.78kb -> 146.78kb (19.7%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-display-menu.png -- 183.97kb -> 148.12kb (19.49%)
/content/en/docs/examples/microservices-istio/istio-ingress-gateway/kiali-ingress-gateway-only.png -- 178.97kb -> 145.13kb (18.91%)
/content/en/docs/examples/microservices-istio/istio-ingress-gateway/kiali-ingress-gateway.png -- 188.66kb -> 153.92kb (18.41%)
/content/en/docs/examples/microservices-istio/add-mtls/kiali-mtls.png -- 201.32kb -> 164.84kb (18.12%)
/content/en/docs/examples/microservices-istio/logs-istio/prometheus.png -- 219.38kb -> 184.89kb (15.72%)
/content/zh/about/contribute/review/review-process.svg -- 6.85kb -> 6.80kb (0.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: Imgbot <help@imgbot.net>
2020-02-18 20:30:20 -08:00
pengfei 3a9a907860
add kubesphere to platform-setup solutions (#6424)
* add kubesphere to platform-setup solutions

Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>

* refine kubesphere guide

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* refactor kubesphere platform setup guide, remove translations

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* remove weight changes from IBM cloud

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* add words to .spelling to fix lint CI

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* fix spelling error

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* add words to .spelling

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* refine kubesphere.md, remove redundant words from .spelling

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* fix lint_check error

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* fix Unordered list indentation error

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* fix Unordered list indentation error - line 20

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* add 4 spaces to fix Unordered list indentation error

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* change weight, fix unordered list error

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>

* refine kubesphere.md

Signed-off-by: FeynmanZhou <zpf0610@gmail.com>
2020-02-17 10:14:17 -08:00
Shamsher Ansari 339357f8d1
Add option to setup Istio on KIND (#6416)
* Add option to setup Istio on KIND

* Rename KIND to kind, fix few typos

* Arrange in a easy to follow steps

* Few more updates to make sentence better

* Small tweaks

* last few improvments
2020-02-10 09:09:10 -08:00
Adam Miller 35f7ad8bc0
Define and link SDS on first mention (#6363)
* Define and link SDS on first mention

* Added fix for minikube

* Fix bad link to SPIFFE

* Revert "Fix bad link to SPIFFE"

This reverts commit 7efcc80958.
2020-02-04 15:17:37 -08:00
Jonh Wendell 4923c025b4 Simplify a little bit OpenShift instructions (#5286)
* Simplify a little bit OpenShift instructions

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-30 11:59:27 -04:00
Morven Cao e3fd2b8969 update install doc on icp. (#5294) 2019-10-30 10:06:47 -04:00
Ram Vennam 25d8f5c983 SCC policies are not specific to BookInfo (#5132)
* SCC policies are not specific to BookInfo

* Update index.md
2019-10-11 12:36:22 -07:00
Martin Taillefer 03469d0ad9
Fix casing of microk8s.io URL. (#5103) 2019-10-08 13:05:28 -07:00
Ram Vennam 58313738e4 url lint errors (#5028) 2019-09-19 14:35:51 -07:00
Darius Jazayeri 2ac88b5ecc larger machine size that can fit default istio install (#4927) 2019-09-16 11:55:52 -07:00
Greg Taylor bb66f4e90c Remove sudo call from minikube setup docs (#4967)
sudo use with minikube is not generally advisable or necessary.
Fixes #4845.
2019-09-12 06:31:05 -07:00
Martin Devlin b8224eb147 Update text and links to refer to AKS-engine (#4868) 2019-09-12 05:56:45 -07:00
Frank Budinsky 841d44c4c5 Small correction in IBM Cloud platform instructions (#4932) 2019-09-06 13:54:43 -07:00
Frank Budinsky 2b9c7199c8
Remove platform-specific install instructions (#4923)
* Remove platform-specific install instructions

* fix broken zh images

* fix ibm zh images

* fix broken link

* fix spelling

* wording tweak

* tweaks

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

* fix broken link
2019-09-06 14:08:59 -04:00
Brian Avery 661155bd70 Enable OpenShift (#4905) 2019-09-06 07:58:03 -07:00
Phillip Quy Le 436b65afb8 Sds trustworthy jwt doc (#4701)
* Update doc for sds

* Update SDS doc for trustworthy jwt feature

* Drop legacy jwt support

* Add SDS announcement

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/docs/setup/platform-setup/_index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update index.md

* Update .spelling

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

Co-Authored-By: Romain Lenglet <romain.lenglet@berabera.info>

* Update index.md

* Update _index.md

* Update index.md

* Address comments

* Refine doc again

* Bump the support version of k8s to 1.13

* Update vendors

* Update docs

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>
Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-09-05 13:44:03 -07:00
ammarn911 12397efcb0 Add MicroK8s to the platform setup docs (#4833)
* Add MicroK8s to the platform setup docs

* Update index.md

Added command to check deployment progress.

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* fixing spacing

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* spacing fix
2019-08-28 09:13:54 -07:00
Eric Van Norman 1042c9bd0f Update Docker Desktop version statement (#4860) 2019-08-28 08:22:54 -07:00
Eric Van Norman 3f7ab89ee3 Make Platform Setup descriptions end similarly (#4849) 2019-08-28 07:11:53 -07:00
Martin Devlin e495d4f397 target page has moved (#4814) 2019-08-21 05:20:34 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00