Commit Graph

718 Commits

Author SHA1 Message Date
Istio Automation 21e890610f
Automator: update istio.io@master reference docs (#6976)
* Automator: update istio.io@master reference docs

* Updates to fix automated doc changes

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-04-06 17:16:32 -07:00
Istio Automation a51d8af8db
Remove GKE v1.11.x instructions (#7036)
See https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap. Assuming that these instructions were *only* required for GKE, they are no longer necessary.

Co-authored-by: Adrian Ludwin <adrian.ludwin@gmail.com>
2020-04-06 15:01:10 -07:00
John Howard 494b0d0219
Add documentation on Ingress support (#7012)
* Add documentation on Ingress support

Istio has supported Ingress for quite a while, but its not documented.
This explains how to use it and configure it.

Note to docs reviewers: Gateway is Istio's alternative to Kubernetes'
Inrgess object, and we prefer users to use Gateway. However, for reasons
like legacy users, we also support Ingress.

* fix lint

* fix lint

* fix lint

* improvements

.

* Apply suggestions from code review

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-03 11:51:30 -04:00
Shriram Rajagopalan e138836ad7
Rename PKI to Identity Issuance (#6972)
* Rename PKI to Identity Issuance

Calling Identity issuance as PKI has resulted in confusion among customers expecting to see content about CRLs, OCSP, and other frills associated with standard PKIs. The content of that section is about securely issuing identities to the workloads by embedding the identity in the X509 certificate.

* Update content/en/docs/concepts/security/index.md

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

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Justin Pettit <jpettit@ovn.org>

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>
Co-authored-by: Justin Pettit <jpettit@ovn.org>
2020-04-02 12:13:30 -04:00
Eric Van Norman 1290482b63
Fix privildeged (#6997) 2020-04-02 08:12:33 -07:00
potterhe e25a359855
#7008 (#7009) 2020-04-02 10:30:39 -04:00
Nupur Garg 7db4b14558
Add Comment about TCP Blackhole Cluster Fix in master/release1.5.1 (#7013) 2020-03-31 15:08:35 -07:00
Eric Van Norman 284f345e6f
Fix links for removal of helm installation directory (#6826)
* Fix links for removal of helm installation directory

* Point to archive version of istioctl upgrade instructions

* Add Aporeto to lint ignores for now.
2020-03-30 11:48:11 -07:00
shinji3887 5e506de08a
fix the url link error in the blog wasmhub-istio (#7001)
* fix the url link error in the blog

* fix link error
2020-03-30 08:10:21 -07:00
Yangmin Zhu ccf7e68471
remove v1alpha1 RBAC page (#6989) 2020-03-27 13:58:46 -07:00
Istio Automation 8f2adfd645
[master] Improve operator helm instruction (#6998)
* Improve operator helm instruction

* download -> install

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-27 08:28:26 -07:00
Steven Dake e324c445b4
Clarify improvement in master/1.5.1 (#6990) 2020-03-27 09:36:01 -04:00
Frank Budinsky 89e1963877
Manual cherry-pick of #6981 (#6984) 2020-03-26 12:59:43 -07:00
Istio Automation b5f6109847
[master] Add instructions for gateway customization (#6975)
* Add instructions for gateway customization

* Lint

* Lint

* Remove proto link

Co-authored-by: Martin Ostrowski <mostrowski@google.com>
2020-03-25 14:43:08 -07:00
Francois Pesce 8bb4178167
1.4.7, 1.5.1, istio-security-2020-004 (#6969)
* Announcing 1.5.1 and 1.4.7

- Include ISTIO-SECURITY-2020-004

* fix dates

* Update content/en/news/releases/1.4.x/announcing-1.4.7/index.md

* Update content/en/news/releases/1.5.x/announcing-1.5.1/index.md

* Update content/en/news/security/istio-security-2020-004/index.md
2020-03-25 10:35:37 -07:00
Kebe b8b7f2c02b
Remove sourceLabels match part (#6965)
* Fix sourceLabels example yaml error

* Remove sourceLabels match part

* Remove ...
2020-03-25 09:12:33 -07:00
lei-tang 3182bba545
Provision a certificate to an application through a sidecar (#6554)
* Provision a certificate to an application through a sidecar

* Revisions based on the review comments

* Move the document location

* Revise install command based on the review comments

* Make the blog more concise

* Explain the use case

* Revised based on comments

* Revise based on review comments

* Revised based on the review comments

* Revise based on review comments

* Revise based on review comments

* Revise based on review comments

* Revise based on review comments

* Revise based on review comments
2020-03-25 08:44:00 -07:00
Istio Automation f077cba5aa
Automator: update istio.io@master reference docs (#6964) 2020-03-24 19:47:21 -07:00
Frank Budinsky d84b2cf28a
Temporary fix broken link blocking doc builds (#6961)
* Temporary fix broken link blocking doc builds

* better fix

* pt and zh
2020-03-24 22:07:10 -04:00
Jianfei Hu 8dc367d9fd
Add a tcpdump verification FAQ entry for mutual TLS effect proof. (#6922)
* add a tcpdump verification for mtls

* add period

* move to the migration doc.

* lint fixing

* address cmt.

* Apply suggestions from code review

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-24 13:30:11 -04:00
Istio Automation 2acaa5b9fd
Automator: update istio.io@master reference docs (#6954) 2020-03-24 09:12:40 -07:00
Istio Automation c4b9fa629c
[master] Add Helm install instructions and operator remove command (#6956)
* Add Helm install instructions and operator remove command

* Update content/en/docs/setup/install/standalone-operator/index.md

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

* Lint

Co-authored-by: Martin Ostrowski <mostrowski@google.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-24 11:50:16 -04:00
Xinnan Wen 526ae88c64
add some clarification to the helm api customization (#6920)
* add some clarification to the helm api

* address comment

* remove extra part
2020-03-23 15:58:43 -04:00
John Howard 6baafb5ef2
Remove cert-manager task with reference to new integration page (#6936)
* Remove cert-manager task with reference to new integration page

* fix alias

* Fix dead lines
2020-03-23 11:58:11 -07:00
Christian Posta fddcd700ba
create blog post for webassembly hub + Istio; one more try (#6933)
* create blog post for webassembly hub + Istio; in place of #6885

* fixed some minor language/markdown

* fix possible issue with lint; thanks @ericvn
2020-03-23 13:45:32 -04:00
Eric Van Norman 2b3a873446
Minor cleanup fixups (#6948) 2020-03-23 13:41:51 -04:00
Jason Young 535d2724f0
Incorporate feedback into shared control plane docs (#6934)
* Incorporate feedback into shared control plane docs

fixes https://github.com/istio/istio.io/issues/6594

* update ilb usage

* fix lint errors

* Apply suggestions from code review

Co-Authored-By: Jed Hartman <jed@google.com>

* fix linter

* remove blank lines

Co-authored-by: Jed Hartman <jed@google.com>
2020-03-23 08:28:07 -07:00
Istio Automation fe060519a3
Automator: update istio.io@master reference docs (#6942) 2020-03-23 08:03:11 -07:00
Eric Van Norman d298a66352
Minor changes to replicated control plane doc (#6935)
* Minor changes to replicated control plane doc

* Replace Citadel with Istio CA

* Add $ to CLUSTER2_GW_ADDR per review
2020-03-23 07:03:09 -07:00
Istio Automation d9e585ac14
Automator: update istio.io@master reference docs (#6940) 2020-03-21 07:42:17 -07:00
Frank Budinsky 926c680a14
Fix YAML highlighting (#6932) 2020-03-20 08:37:46 -07:00
craigbox 501be83f82
WASM => "Wasm" (or "WebAssembly" on first use) (#6916) 2020-03-19 16:06:15 -07:00
craigbox 2e971a8c0c
Add istiod blog post (#6915)
* Add istiod blog post

* Update content/en/blog/2020/istiod/index.md

remove errant period

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

* Update content/en/blog/2020/istiod/index.md

add missing space

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

* add correct description

* put the 'istiod's in backticks

* adjust caps again

`istiod`  only when used to refer to the service.
Bold when introducing it.
Regular weight when using in body.

* md lint changes that make vscode sad

* policies => policy

* Update spell-chequer for istiod blog

* backticks around PodSecurityPolicy

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-19 17:01:56 -04:00
Istio Automation ff78387a16
Automator: update istio.io@master reference docs (#6908) 2020-03-19 06:25:15 -07:00
Christian Posta a4e2b7ec9a
Add a blog on declarative wasm extensions for envoy and istio (#6859)
* Add a blog on declarative wasm extensions for envoy and istio

* Pushed changes for review

* fixed lint errors

* fixed bash syntax

* update note to http for module delivery

* clean rest of lint issues
2020-03-18 11:10:17 -07:00
John Pape 8ecc8fc10c
Add istiod to the glossary page (#6899)
* Add istiod to the glossary page

* Updated istio learning link.

* adding gloss links to first term usage in page

* Updated gloss links per review
2020-03-18 12:01:53 -04:00
Jason Young e7f8c82451
update multicluster shared control plane docs (#6843)
* update multicluster shared control plane docs

* Merged single and multiple network instructions. They are nearly
  identically except for specifying the mesh network configuration.

* Removed use of pod IPs for cross-cluster control plane. Added three
  options that are more appropriate for production use.

* use `istioctl x create-remote-secret` instead of copy/paste bash

* Updated the master and remote cluster configuration examples to be
  declartive instead of imperative. Users can copy/paste the examples,
  edit, commit to scm, and apply to the clusters.

* Update content/en/docs/setup/install/multicluster/shared/index.md

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

* Update content/en/docs/setup/install/multicluster/shared/index.md

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

* Update content/en/docs/setup/install/multicluster/shared/index.md

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

* updates

* Update content/en/docs/setup/install/multicluster/shared/index.md

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

* Update content/en/docs/setup/install/multicluster/shared/index.md

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

* lint errors

* lint

* Update content/en/docs/setup/install/multicluster/shared/index.md

Co-Authored-By: Lin Sun <linsun@us.ibm.com>

* update networks and add selfSigned

* Apply suggestions from code review

Co-Authored-By: Lin Sun <linsun@us.ibm.com>

* Update content/en/docs/setup/install/multicluster/shared/index.md

Co-Authored-By: Lin Sun <linsun@us.ibm.com>

* fix config and remove option 3

* fix formatting and grammer

* move additional considerations after the sample services

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Lin Sun <linsun@us.ibm.com>
2020-03-18 10:31:36 -04:00
Istio Automation 0c3f225672
Automator: update istio.io@master reference docs (#6900) 2020-03-18 06:44:02 -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
Istio Automation 5d51965e4b
Automator: update istio.io@master reference docs (#6893) 2020-03-17 08:56:53 -07:00
Frank Budinsky 64d2c26267
Remove links to deleted istio_ca reference doc (#6895)
* Remove links to deleted istio_ca reference doc

* cacert->cacerts
2020-03-17 07:46:37 -07:00
John Howard 9d1e48acb7
Add cert-manager integration doc (#6896)
* Add cert-manager integration doc

This starts the new "Integrations" page, which will include many other
integrations in the future. For now, I have added cert-manager
integration. We have an existing doc for this at
https://istio.io/docs/tasks/traffic-management/ingress/ingress-certmgr/
which I think we can remove, but I did not do that in this PR.

Note to the reviewer: this is explicitly not a task, as we do not
control cert-manager. Having an explicit set of steps and verifications
requires an exact working directions, which is maintained as
cert-manager evolves, etc. The goal here was to link out to cert-manager
docs wherever possible, and just document the very minimal amount needed
to actually get things integrated with Istio. As you can see from the
doc this is fairly minimal - for the most part, its just referencing a
secret crated by cert-manager.

* Update content/en/docs/ops/integrations/_index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-17 07:18:35 -07:00
lei-tang 2463045315
Update Istio DNS certificate document for Istio 1.5 (#6871)
* Update Istio DNS certificate document for Istio 1.5

* Revise overview based on review comments
2020-03-16 12:39:11 -07:00
shibataka000 6027822240
Fix output of command (#6883) 2020-03-16 14:59:01 -04:00
Adarsh J 9eeaa909e6
fix typo in the path for redis config (#6768)
Force merging, since it's harmless and just blocked by a build issue.
2020-03-16 14:56:42 -04:00
Shamsher Ansari b0813c7dd6
Update home page links (#6872)
* Update home page links

* Point to the higher level config page.

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-16 11:47:44 -07:00
Shamsher Ansari a8f801c11d
Reword to clarify the intent of external access (#6888) 2020-03-16 11:09:21 -07:00
Istio Automation 42fce40dc3
Automator: update istio.io@master reference docs (#6419) 2020-03-16 10:45:24 -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
Frank Budinsky 546a3c8379
Manual cherrypick of #6866 (#6875) 2020-03-13 15:14:37 -04:00