Commit Graph

14 Commits

Author SHA1 Message Date
mtail 613ffd6cc3 A few editorial fixes. 2018-07-24 13:13:15 -07:00
Vadim Eisenberg 42a4a68833 Update tcp egress blog (#1908)
* un-split command lines

* split long text lines

* CA -> Citadel

* update the first paragraph, "you-language" and Service Entries instead of Egress Rules

* fix the subtitle: Egress Rules -> Mesh-external Service Entries

* ServiceEntry -> Service Entry

* add a note that the blog was updated

* Istio 0.3+ -> Istio 0.8+

* changed we/I-language into you-language

* remove mentioning HTTPS as a motivation for TCP egress control

HTTPS is handled now separately by TLS egress control

* replace route/egress rules by virtual services/service entries

* add using MYSQL_DB_HOST and MYSQL_DB_PORT environment variables

* put 1 into backticks

* add an output from the update table command

* instruct the users to apply the default destination rules

* do not use kube-inject in the commands

* add a reminder for users to make sure they applied the default destination rules

* use istioctl replace, update the output

* use bash-inlined service entry with bash variables

* specify a single IP address as a CIDR block with suffix 32

* update the output of deleting the virtual services

* remove kube-inject from deleting a deployment

* instruct the user how to set MYSQL_DB_IP for a local database

* change the update date to 23 of July

* I demonstrate you -> I demonstrate

* add a comma before respectively

* releasearchive -> release archive

* TLS -> HTTPS

* egress rule -> service entry

* remove a redundant empty line

* put the configuration item's path in backticks

* remove future work

* remove "Note:", remove the sentence of the old API to be removed

* data, outside -> data outside
2018-07-23 10:43:36 -07:00
Frank Budinsky d3450ae829 remove v1alph1 routing references (#1810)
* remove v1alph1 routing references

* Update index.md
2018-07-13 14:39:35 -07:00
Frank Budinsky de49a21816
Fix references to bookinfo sample files (#1759)
* fix references to sample files

* fix mixer rule link
2018-07-11 09:41:15 -04:00
Andra Cismaru 4e2b9233bc Create service subsets and move routing/route-rule* to networking/virtual-service* (#1715) 2018-07-10 11:52:29 -07:00
Martin Taillefer 181605b27e
Consolidate the security concept pages into a single page. (#1721)
* Consolidate the security concept pages into a single page.

- This updates the security concept material to be on a single page, which matches the
change done last week for the rest of the concept material. This ends up being a less clicky
more directed introduction for newcomers to the platform.

- While I was there, I moved the redundant What is Istio page from our about section and stuck
the content at the top of the What is Istio page in the Concepts section.
2018-07-10 10:26:19 -07:00
Martin Taillefer 07ed229051
Simplify linking to GitHub content. (#1669)
- Add <github_file> <github_blob> and <github_tree> to make it simpler to link to the right
place on GitHub.

- Use these new sequences throughout the docs.

- Also, fix bad HTML generated for the TOC in certain cirsumstances.

- Fix extra blank line inserted at the bottom of indented code blocks.
2018-07-04 04:16:49 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
Vincent 0c7d2a8db7 fixed: url to mysql shell (#1630) 2018-06-29 06:21:51 -07:00
mtail b7521b85c2 Fix a new broken link.
Also fix the ordering of the latest blog so it shows up on top.
2018-06-29 06:15:33 -07:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -07:00
mtail 77da9cccea Next batch of file refactorings. 2018-06-27 00:19:09 -07:00
mtail 5296742475 First pass at refactoring file locations.
This also reenables html proofing, which I accidentally left
off in an earlier commit.
2018-06-26 23:29:47 -07:00