Commit Graph

158 Commits

Author SHA1 Message Date
Frank Budinsky 08c3e1db01
Multicluster terminology improvements (#7873)
* Multicluster terminology improvements

* review comments

* tweak
2020-08-06 14:19:52 -07:00
Eric Van Norman 4a0e9adc24
istioctl manifest changes (#7874) 2020-08-05 12:20:52 -07:00
Oliver Liu 0dcf97450a
Remove citadel from instructions. (#7872) 2020-08-05 11:06:41 -07:00
Xinnan Wen 47a3230f79
fix doc of operator installation (#7870) 2020-08-05 06:32:38 -07:00
Mitch Connors 5905596d25
remove duplicate = (#7856) 2020-08-04 07:36:33 -07:00
Frank Budinsky 310d1a02b1
Rename standalone-operator -> operator (#7819) 2020-07-30 11:22:35 -07:00
Frank Budinsky e43d0b6ff5
Small doc fixes (#7818) 2020-07-30 07:04:43 -07:00
Xinnan Wen 15aa657bb5
Add docs for new istioctl and operator change (#7791)
* Add docs for new istioctl and operator change

* fix lint and address some comments

* address more comments

* add instruction for helm

* address new comments

* fix new comments

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* address comments

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-30 09:24:09 -04:00
Frank Budinsky ad0944af96
Install instruction improvement (#7800)
* Install instruction improvement

* fix lint

* tweaks
2020-07-28 10:15:36 -07:00
Simon Alling 8528095c20
Clarify domain stubbing parts (#7796) 2020-07-28 08:08:44 -07:00
Shamsher Ansari 97c450baad
Use full version for charts download URL (#7774)
* update charts download version to 1.7

* use full version for download URL

* keep older version
2020-07-24 07:43:46 -07:00
Shamsher Ansari b439f05675
Remove manifest apply info for 1.7 (#7765) 2020-07-22 06:06:09 -07:00
Ed Snible 8d5c328866
Capitalize 'istio' in VM docs https://preliminary.istio.io/latest/docs/setup/install/ (#7740) 2020-07-16 08:55:00 -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
Martin Ostrowski 00f7912889
Restore warnings for istioctl manifest generate installations (#7710) 2020-07-10 16:26:22 -04:00
Iris 496e4b559d
update vm docs to uses latest makefile (#7664)
* update vm docs to uses latest makefile

* fix typo
2020-07-07 08:01:31 -07:00
Morven Cao 5e855ea315
update charts paramater name for istio install. (#7655) 2020-07-02 06:35:01 -07:00
Shamsher Ansari 47cafe954c
Add example to watch multiple namespaces for istio operator (#7571)
* Add example to watch multiple namespaces for istio operator

* Rename istioNamespace to watchedNamespaces

* Add suggestion

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Remove deprecated flag

* Move paragraph as per suggestion

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Few more improvements

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-26 08:53:58 -07:00
John Howard d66d367ed2
Move install documentation to recommend samples/addons/ (#7516)
* Move install documentation to recommend samples/addons/

For https://github.com/istio/istio/issues/23583

* Update content/en/docs/setup/getting-started/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/setup/getting-started/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-25 08:17:55 -07:00
tomocy 14896e8e34
Fix description of Shared control plane (#7556)
From the remote cluster, one of the endpoints should be the IP of the Pod in remote cluster not in the main cluster.
2020-06-15 06:53:00 -07:00
Martin Ostrowski 77c8566ccc
Update istioctl docs (#7502)
* Update istioctl docs

* Lint

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 06:42:05 -07:00
Shamsher Ansari d59e23556d
Use istiod as core component for profile matrix (#7481) 2020-06-05 10:55:44 -07:00
John Howard b74bd655cb
Add warning to generate (#7485)
I have seen many issues about this
2020-06-05 10:40:41 -07:00
Oliver Liu e598a3bd11
Update the Makefile path for root cert generation. (#7453) 2020-06-03 14:28:03 -04:00
Shamsher Ansari 275c55e905
Simplify passing --context to access different cluster (#7455) 2020-06-03 09:30:31 -07:00
Shamsher Ansari 9fe272272b
update doc to use istioctl install (#7396) 2020-06-01 11:02:27 -07:00
Istio Automation 25c2d74c94
Fix sudo command on VM doc (#7424)
If you are not running as root already, this will fail. The redirect part is not run as root previously

Co-authored-by: John Howard <howardjohn@google.com>
2020-05-28 08:21:46 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Istio Automation 5b752ad237
Add namespace creation step (#7405)
Co-authored-by: John Howard <howardjohn@google.com>
2020-05-26 16:40:33 -07:00
Steven Dake fae8b0671e
Some small fixes for the virtual machine document (#7372) 2020-05-21 06:05:45 -07:00
Martin Ostrowski 35073c3300
Remove stray dash (#7366) 2020-05-20 10:44:33 -07:00
Martin Ostrowski 11f0837713
Update istioctl install docs with overlay examples (#7336)
* Update istioctl install docs with overlay examples

* Edits, lint

* Minor edits

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-05-19 10:37:08 -07:00
Steven Dake f8ea259306
Add instructions on installing Istio for vms (#7248)
* Add instructions on installing Istio for vms

* Address review comments

workaround netlify

* Fix cert management link

* Remove /var/run/secrets from document

* Address linting problems

rebase for netlify failure

* Address review comments - not quite functional

This change addresses all reviewer comments, but does not address
my personal testing. That is the next commit in this PR:)

* Address reviewier comments

* One small improvement to the make command

* Address reviewer comments.

* Address reviewer comments and lintian problems

* Fix spellING errors.

* few linting errors.

* Self review.

* Add a plugin ca cert reference to individual CSOs.

force push to work around netlify issue

* Move from setup/install/multicluster

* Rebase to pick up cert-management directory change

netlify rebase

* Address @rshriram comment by adding a banner

force rebase to force netlify to build

* Address reviewer comments.

* Address reviewer comments

* Address reviewer comments

rebase for netlify

* Address reviewer comments

* Address @frankb 's comments.

force push for netlify

* Address reviewer comments.

* Prefix WORK_DIR with $HOME instead of $WORK_DIR. :)

netliffy rebase

* Address most of @smawson's comments

* Fix linting error

* Address reviewer comments.

rebase for netlify

* Fix linting errors

* Add tip explaining that only one VM can be registered

* Fix linting errors.

* Resolve reviewer comments.
2020-05-19 09:23:10 -07:00
Gregory Hanson 9e9650b623
changed fromRegistry to match MAIN_CLUSTER_NAME (#7349) 2020-05-18 16:33:12 -07:00
Eric Van Norman eead5399b0
Update kubectl output (#7319) 2020-05-14 20:50:31 -04:00
John Howard e8cd10f06b
Fix external charts (#7282)
Fixes https://github.com/istio/istio/issues/23185
2020-05-12 18:29:06 -07:00
Oliver Liu 1e73594260
Restructure the cert management tasks. (#7209)
* Restructure the cert management tasks.

* Small fix.

* Fix references.

* Fix links

* Small fix.

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Small fix.

* Change the weights.

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-05-04 14:57:29 -04:00
Jonh Wendell 2b6efc7aea
Fix the link to the Operator API (#7205) 2020-04-30 21:02:52 -07:00
Mitch Connors d6f3a40e15
Add namespace to gateway yaml for consistency (#7187)
Fixes https://github.com/istio/istio/issues/23373
2020-04-29 14:19:32 -07:00
Eric Van Norman acb51ca7f6
Update links (#7170) 2020-04-28 07:25:42 -07:00
Lin Sun 9686e9597a
remove self signed (#7169)
details: https://github.com/istio/istio/pull/23304
2020-04-27 07:30:02 -07:00
Eric Van Norman c68c47c3c4
Update istioctl install docs (#7166) 2020-04-27 07:14:24 -07:00
Eric Van Norman 025605af3a
Update standalone operator docs (#7165) 2020-04-27 07:14:16 -07:00
Jonh Wendell 1449b54534
Uninstall: add note about removal of istio-system ns (#7151)
* Uninstall: add note about removal of istio-system ns

Fixes: #23189.

* Clarify the reason of not removing it

* 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-24 09:20:40 -07:00
Steven Dake d6e9f4b92b
Retire helm documentation as we use a protobuf (#7106)
* Retire helm documentation as we use a protobuf

The new rendered source of truth is:
https://preliminary.istio.io/docs/reference/config/istio.operator.v1alpha1/

This is rendered from the API repo protobuf which (may) need description fields
set. That protobuf is here:

https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto

* Follow the flowchart

The flowchart is not quite right and could use some improvement.

* Update content/en/blog/2019/performance-best-practices/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-21 07:55:44 -07:00
Eric Van Norman 83de8ae304
Remove Helm install instructions (#7083) 2020-04-16 10:48:21 -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
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
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