Commit Graph

37 Commits

Author SHA1 Message Date
Shamsher Ansari 6b9fa8be94
Update inbound and outbound ports (#7353) 2020-05-19 09:11:27 -07:00
Shamsher Ansari 393fcb60d1
Update envoy and istiod output (#7354) 2020-05-19 08:13:11 -07:00
Shamsher Ansari 7e959fa896
Fix curl request for istiod debug (#7356) 2020-05-19 07:27:03 -07:00
Shamsher Ansari a42a4889f1
Updates for galley to istiod (#7269) 2020-05-13 12:38:54 -07:00
John Howard 5576157ca4
Add --all-namespace flag to istioctl analyze (#7278)
This implicitly documents that its namespaced, and is more accurate in actually "analyze your current Kubernetes cluster"
2020-05-12 20:06:05 -07:00
John Howard 6fa8f1f63d
Stop recommending bleeding edge istioctl analyzers (#7277)
Now that this has been pretty stable there is no reason for this
2020-05-12 20:05:57 -07:00
James Brook 295db60447
Use correct binary name when downloading istioctl. (#7099) 2020-04-21 16:23:46 -04:00
Istio Automation 2a7240035e
Fix doc 'Using the Istioctl Command-line Tool' (#7116)
Pilot is now a part of istiod, so rename it to istiod as the title of the page the link refers to.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 15:59:42 -04: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
Istio Automation b3cb65fbc2
[Release-1.5] Fix the guide of "Verifying connectivity to Istio Pilot" (#6719)
Co-authored-by: lei-tang <lei-tang@users.noreply.github.com>
2020-03-05 13:14:41 -08:00
Istio Automation db4e71372c
Expected output includes error message if pod outside mesh (#6748)
Co-authored-by: esnible <esnible@users.noreply.github.com>
2020-03-05 12:43:31 -08:00
John Howard 71ae8d0682
Fix minor syntax error on istioctl describe (#6677) 2020-03-02 11:54:56 -08:00
Bryant Hagadorn 178bfe0d01
Update Autocompletion to point to the full release page for tools directory. (#6603)
* Update index.md

* Update index.md

* Update index.md
2020-02-28 12:51:07 -05:00
Theofilos Papapanagiotou 19bae882b3
add istioctl ps (#6434)
add alternative form of proxy-status in istioctl guide
2020-02-10 08:32:04 -08:00
Joe Selman f0683b1fde Document suppression arguments for istioctl analyze (#6354)
* Document suppression arguments for istioctl analyze

* Use correct syntax/plain rather than bash

* Quote MisplacedAnnotation to avoid spelling error

* Proper spacing between block elements

* Fixed bash snippet rendering problems

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2020-01-24 13:42:31 -08:00
Chris Wilson b2395ff16a Update analyze doc to reflect https://github.com/istio/istio/pull/19647 (#6185) 2019-12-30 13:30:21 -08:00
Lin Sun 4601017961 remove bin reference to istioctl (#6154)
* remove bin reference to istioctl

as all of our other tasks assume istioctl is on the path already.  Having it cause me an alert on my mac:

“istioctl” can’t be opened because Apple cannot check it for malicious software.

* fix istioctl path
2019-12-19 13:55:05 -08:00
Chris Wilson 5091fa39c7 Update docs to reflect graduating istioctl analyze from experimental (#6061)
* Graduate istioctl analyze out of experimental

* Run update_ref_docs
2019-12-13 10:55:22 -08:00
Martin Taillefer c863bea599
Content changes to prepare to switch to the new Hugo. (#5993)
These fix problems encountered when switching to the new Hugo which has
a completely different markdown engine. I went through diffs of the generated
HTML and made required adjustments.
2019-12-05 12:44:01 -08:00
Martin Taillefer 6165cb9821
Replace cookies with local storage. (#5949)
- We don't need cookies for istio.io, the few settings we do have should be
managed with browser-local storage instead. This is a better privacy posture,
and avoids sending needless data to the server for every request.
2019-12-02 13:02:51 -08:00
Frank Budinsky 60f73570f0 Another ops guide incremental improvement (#5830)
* Another ops guide incremental improvement

* fix broken links

* more lint errors

* one more lint

* fix aliases
2019-11-25 11:58:39 -08:00
David Ebbo 45d6a26be8 Clarified istioctl local case (#5822)
* Clarified istioctl local case

As suggested in https://github.com/istio/istio/issues/18978

* Expanded local file analysis description
2019-11-22 09:24:24 -08:00
Eric Van Norman 8659e6ed40 Remove Istio version from download commands (#5792)
scripts now find latest non-canidate versions
2019-11-19 07:33:45 -08:00
Lin Sun 2836c05b39 update istioctl download instruction (#5691)
* update istioctl download instruction

```
$ curl -L https://istio.io/downloadIstioctl | ISTIO_VERSION=1.4.0 sh - 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   101  100   101    0     0    261      0 --:--:-- --:--:-- --:--:--   260
100  2339  100  2339    0     0   4524      0 --:--:-- --:--:-- --:--:--  4524
Downloading istioctl-1.4.0-osx.tar.gz from https://github.com/istio/istio/releases/download/1.4.0/istioctl-1.4.0-osx.tar.gz ... 
istioctl-1.4.0-osx.tar.gz download complete!

Add the istioctl to your path with:
  export PATH=$PATH:$HOME/.istioctl/bin 

Begin the Istio pre-installation verification check by running:
	 istioctl verify-install 

Need more information? Visit https://istio.io/docs/reference/commands/istioctl/
```

* Update content/en/docs/ops/diagnostic-tools/istioctl/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-14 12:27:03 -08:00
Lin Sun 78a98b3d20 add istioctl download instruction (#5683) 2019-11-14 10:46:25 -08:00
Rigs Caballero 22d066be37 Added the Best Practices section with general principles. (#5137)
* Added the Best Practices section with general principles.

This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.

Signed-off-by: rcaballeromx <grca@google.com>

* Change headings for clarity.

Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.

Signed-off-by: rcaballeromx <grca@google.com>

* Move Best Practices to Ops Guide

Signed-off-by: rcaballeromx <grca@google.com>

* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.

Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:

- Deployment models
- Deployment best practices
- Pod requirements

Merged the two existing pages containing pod requirements into one single page.

Signed-off-by: rcaballeromx <grca@google.com>

* Replace example with better guidance around namespace tenancy.

Signed-off-by: Rigs Caballero <grca@google.com>

* Add links and language pointing to the Prepare section

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix minor typos and broken links.

Signed-off-by: Rigs Caballero <grca@google.com>

* Move from Setup to Operations

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix broken links

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix rebasing issues.

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix multicluster install link.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
Martin Taillefer 9e3cb73b2f
Improve some wording. (#5680) 2019-11-14 06:42:25 -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
Eric Buehl ad1020b40c s/10514/15014/ (#5260) 2019-11-12 07:17:53 -08:00
Chris Wilson c2c4ada670 Update istioctl analyze ops doc to not recommend using master (#5607)
* Update istioctl analyze ops doc to not recommend using master

* Apply suggestions from code review

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* fix link
2019-11-11 15:08:53 -08:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -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
Chris Wilson 2190ff0010 Fix duplicate example, replace with example for simulating apply (#5240) 2019-10-24 07:01:47 -07:00
Chris Wilson 8a4324d8d8 Add documentation for galley.enableAnalysis (#5216)
* Add documentation for galley.enableAnalysis

* add link to validation message reference docs

* fix linter error

* Apply suggestions from code review

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* add caveats / differences from istioctl analyze

* Change wording slightly

* Fix spelling errors

* Apply suggestions from code review #2

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-10-23 07:16:12 -07:00
Eric Van Norman c73c9df09b Put text into a text box (#5228)
* Put text into a text box

* Fix lint error with extra line
2019-10-22 11:32:02 -07:00
Frank Budinsky c8ac8eb91c Better organize operations guide material (#5163)
\
2019-10-16 09:59:04 -07:00