Commit Graph

48 Commits

Author SHA1 Message Date
mtail e3ff3313e6 A few minor editorial changes. 2018-07-24 10:11:02 -07:00
Limin Wang ed5e794e4d Blog post for Istio authrozation. (#1901) 2018-07-23 11:56:52 -07:00
Tyler Berry 79b6418dd5 Mention including cluster state archive in GitHub issues (#1892)
* Mention including cluster state archive in GitHub issues

* Fix spelling by wrapping with backticks

* Indent with 4 spaces (MD007)

* Split into two paragraphs

* Use pre-formatted blocks

Followed instructions at
https://preliminary.istio.io/about/contribute/writing-a-new-topic/#embedding-preformatted-blocks

* Extract branch_name variable
2018-07-20 13:52:35 -07:00
Limin Wang 8973981880 Update authentication concept doc (#1886)
* Update authentication concept doc.

* Fix lint errors.

* Address comments and fixed some links.

* Remove feature stages change from this PR.

I will make a separate PR for it.
2018-07-19 19:10:37 -07:00
Douglas Reid 6cfbccc9b5 Update Mixer FAQ Entries (#1854) 2018-07-18 04:40:09 -07:00
Iris 8bb10e7abc add envoy version info into troubleshooting guide (#1849)
* add envoy version info into troubleshooting guide

* add envoy version info into troubleshooting guide

* add envoy version info into troubleshooting guide
2018-07-17 04:44:36 -07:00
Limin Wang fd259b3526 Update Istio Authorization Concept. (#1807)
* Update Istio Authorization Concept.

* Fix lint errors and address comments.

* Addressed comments.

* Changed title from "Istio Authorization" to "Authorization".

* Fixed links.

* Addressed comments.

* Addressed comments.

* Fix lint errors.

* Undo unintended changes in .spelling.
2018-07-16 16:46:18 -04:00
Martin Taillefer 597f7ce3b4
Enable more linting rules (#1824)
Fix feported linting errors.
2018-07-15 07:49:11 -07:00
Tao Li 721906a161 Update istio-auth.yaml to istio-demo-auth.yaml (#1809) 2018-07-13 14:08:36 -07:00
Frank Budinsky 7109d8dc0e Service registry glossary entry (#1803)
* improve grammar

* service registry glossary entry

* review comments
2018-07-13 12:53:36 -07:00
Frank Budinsky 64b6c907f9 TLS Origination glossary entry (#1782) 2018-07-12 13:03:35 -07:00
Liam White 1e58119ff9 Add debugging Istio task (#1698) 2018-07-10 13:52:41 -07:00
Isaiah Snell-Feikema f51f015108 Remove Eureka references (#1717) 2018-07-10 12:56:50 -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
Frank Budinsky 8013da334e Put back reverted new troubleshooting material (#1710) 2018-07-09 11:03:33 -07:00
Martin Taillefer 378e1334b0
Revert "503 and Gateway troubleshooting" (#1691)
* Revert "Add download & print buttons to all PRE blocks. (#1680)"

This reverts commit 512fdb5b61.

* Revert "Remove link annotations from command paths (#1690)"

This reverts commit 26113b3b5b.

* Revert "503 and Gateway troubleshooting (#1642)"

This reverts commit 3314115d65.
2018-07-06 05:44:50 -07:00
Frank Budinsky 3314115d65 503 and Gateway troubleshooting (#1642)
* 503 and Gateway troubleshooting

* delete blank line

* fix numbered list

* tweaks

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-07-05 15:02:59 -04:00
Martin Taillefer 3c1ef90cc7 Move the community page into the About section. (#1683) 2018-07-05 14:12:24 -04:00
Martin Taillefer 1d355094cf Simplify the Concepts section. (#1649) 2018-07-02 06:32:04 -07:00
craigbox d9982024e7 remove something only relating to 0.5 from the 1.0 docs (#1647) 2018-06-30 21:44: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
Martin Taillefer c5ca64e5f2
Improve how we render section index pages. (#1643)
Instead of using a boring flat list of pages, we now render
modern-looking cards for each subsection.
2018-06-29 20:53:00 -07:00
Martin Taillefer d818d4713b
A few rendering fixes. (#1626)
- Workaround the fact some of the styles for code blocks were being overriden by
Bootstrap.

- Align table indent and code indent so things look nicer.

- Fix missing "sidebar button" when on mobile in the help and about sections. I forgot to set a
variable to trigger the thing to be present in those cases.

- Improve footer layout for mobile.

- Get a nicer looking light bulb icon.
2018-06-29 06:52:07 -07:00
Vadim Eisenberg 201cbd5928 Add secure ingress task (#1590) 2018-06-28 06:50:03 -07:00
Jimmy Song 86c3c0f49a update URLs which have been moved to other places (#1607) 2018-06-28 05:59:08 -07:00
mtail b0ad14977f Add the framework for an operations guide.
Mark the troubleshooting guide as a draft to hide it. We'll delete it once
its contents have been scavanged.
2018-06-27 16:39:07 -07:00
Tiago M. Vieira 079f73c371 fix the kubectl logs command usage. (#1611)
Accordingly with the kubectl help documentation for the logs
command, the container name is a flag and not an argument:

`
Usage:
  kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] [options]
`

The use of an argument instead of a flag is to keep compatible
with legacy systems, but it is not recommended as it can be removed
at any time.
2018-06-27 19:08:31 -04:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -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
mtail 16d1bb6db8 Added two aliases for old pages... 2018-06-25 20:55:34 -07:00
Miguel Angel Medina Mondragon 16e551021b configuration for prometheus has changed (#1572) 2018-06-22 06:12:26 -07:00
Tomáš Kukrál 14b851f853 fix command to get INGRESS_POD_NAME (#1524)
Pod name is `istio-ingressgateway-...` so grep command should be
adjusted to match anything. Printing variable to provide way to check if
anything was matched.
2018-06-15 17:37:37 -07:00
Tao Li e225c40909 Update security faq (#1508)
* Update security doc

* Fix comment

* Fix comment
2018-06-14 12:42:00 -07:00
mtail cfec7b5605 Redirect users to update bug entry page. 2018-06-14 08:22:58 -07:00
mtail fb4fa9f307 Get some basic stuff setup to enable translation without crashing Hugo... 2018-06-09 21:07:08 -07:00
Guang Ya Liu c8d9d9bd95 Remove global.mtls.mtlsExcludedServices. (#1478) 2018-06-08 09:07:37 -07:00
Tao Li c7ac01761e Remove the deprecated --debug in istioctl (#1457)
(cherry picked from commit ff690be)
2018-06-06 11:58:28 -07:00
Frank Budinsky 6827d5053a Add route rule troubleshooting entry (#1456) 2018-06-06 08:31:09 -07:00
Martin Taillefer 9b614f4853 Cleanup the style guide and fix random formatting errors. (#1417)
(cherry picked from commit de871cb)
2018-06-02 22:31:23 -07:00
mtail d960b60aaf Fix some out of date front-matter.
(cherry picked from commit a74010e)
2018-06-01 11:01:19 -07:00
Martin Taillefer 3ceb085fb6
Release 0.8 (#1398)
* Experiment with page bundles to fix image location issues.

(cherry picked from commit 6da31e2)

* Turn image URls into absolute references so they work consistently with page URLS with or without a trailing /

(cherry picked from commit da42e92)

* Add FAQ section regarding naming port convention (#1393)

(cherry picked from commit 1811057)

* Another experiment for image links.

(cherry picked from commit 61a4a6a)

* Fix the table format in expression-language.md (#1396)

Add `|` to make the table correct and use `\` to escape the `|` character inside the table. Not sure if this is the right way to fix but the preview page looks good.

(cherry picked from commit e45ae98)

* Really fix formatting of expression table.

(cherry picked from commit abb4b52)

* Add svc to the spelling table.

(cherry picked from commit 525c626)
2018-05-31 13:34:24 -07:00
Diem Vu 5ba5b642f9 Update authn concepts and tutorials to reflect changes in 0.8 (#1332) 2018-05-29 16:25:11 -07:00
Martin Taillefer b7d8a08998
Workaround Hugo formatting bug with indented code blocks that have lines that start with - (#1372) 2018-05-28 09:14:31 -07:00
mtail 6ecbc674f8 Fix formatting problem on the troubleshooting page. 2018-05-27 06:31:54 -07:00
Martin Taillefer d0f8fddfbf
Cleanup (#1363)
- Remove some leftover toc:false front matter from a few pages. The site now generally
figures out automatically that a TOC is not necessary.

- Enable a Hugo feature that queries Git for a last modified date on files. As a result,
instead of having the site build date in the footer, we now have a "this page was last modified"
date.

- Move the landing page's content out of the layouts directory and into the content directory
where it belongs.

- Use Hugo shortcodes for our embedded icon imagery. And make those icons scale with the
font size rather than being fixed sizes.

- Enable support for emojis in our content. Just use 
and you'll get a sailboat for example.
2018-05-26 08:28:14 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
mtail 401989fba6 Shuffle content around for the Hugo migration. 2018-05-25 19:27:39 -07:00