Commit Graph

16 Commits

Author SHA1 Message Date
Arun Fung ca399fad04 fix helm docs URL (#5654) 2019-11-13 09:33:20 -08:00
Frank Budinsky f5ce9feb70
Consolidate getting started instructions (#5642)
* Consolidate getting started instructions

* review comments

* fix broken links

* add istioctl link

* Fix spelling

* more broken links

* one more
2019-11-12 23:04:33 -05:00
Martin Taillefer ff16e5f477
Release note improvements. (#5547)
- Improved look of the call to action buttons

- Removed redundant attributions on all news items, those were
leftovers from when the relesse notes were in the blog section.

- Used consistent subtitles and descriptions for all news items.
2019-11-09 12:52:33 -08:00
Frank Budinsky 2b21256025 Update helm mtls enablement instructions (#5527) 2019-11-08 15:49:52 -08:00
Oliver Liu ef1ffd4cfd Fix auth installation and its references. (#5482)
* Fix auth installation and its references.

* Apply suggestions from code review

Fix according to the feedback.

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-08 16:51:19 -05:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Frank Budinsky f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
John Howard 962c9ac0aa Remove one last mention of demo-auth (#5236) 2019-10-23 08:59:11 -07:00
Rigs Caballero 04058ad57a Fix broken Helm links (#5217)
Signed-off-by: rcaballeromx <grca@google.com>
2019-10-21 16:00:20 -07:00
Chunlin Yang 38f252fb68 Get rid of demo-auth (#5024)
* Get rid of demo-auth

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* remove strict mtls mode

* address comments

* fix linter error

* Add instruction for mtls

* add back demo-auth in configuration profile

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

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

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

Co-Authored-By: SataQiu <1527062125@qq.com>

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

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>
2019-10-18 09:55:29 -04:00
John Howard 7fd714b507 Simplify CRD check step (#5176)
Currently we are asking users to get a count of their CRDs. This is hard
because the docs fall out of sync very frequently, they may have CRDs
for the operator or something, etc. In generally its really hard to be
right here, and it involves the users manually running this command over
and over until it works.

Instead, we can just wait for the jobs to complete. This has the benefit
of working regardless of their environment, and won't fall out of date.
2019-10-17 13:21:55 -07:00
Jason Young a5f38e1bbc document deleting the istio-system namespace in till uninstall path (#5043) 2019-09-24 07:31:13 -07:00
John Howard c05d6c082b Remove warning about obscure edge case in install (#4916)
I don't think we need to document every obscure edge case, especially in the very first page a user will look at. If the user follows our docs, this will never happen. If they *don't* follow the docs, they still will probably never hit this.
2019-09-06 07:00: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
Romain Lenglet 4a43a3d2cc Fix CNI Helm installation instructions (#4855)
* Install istio-cni into kube-system to use system-node-critical priorityClass

Fixes: https://github.com/istio/istio/issues/16577

* Add instructions to delete CNI Helm chart

Fixes: https://github.com/istio/istio/issues/16578
2019-08-27 13:44:52 -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