Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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
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
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
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