craigbox
d9982024e7
remove something only relating to 0.5 from the 1.0 docs ( #1647 )
2018-06-30 21:44:49 -07:00
Martin Taillefer
40bcdc272c
Simplify contribution instructions. ( #1645 )
2018-06-30 21:43:58 -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
Vincent
92f2efaa55
Chinese: about - contribute -writing a new topic ( #1646 )
2018-06-30 21:18:29 -07:00
mtail
0c11b76949
Use cards for See Also section
2018-06-30 19:22:12 -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
85c263604d
Concept fault injection ( #1628 )
...
* Chinese:
* Chinese: fault-injection
* merge from master
2018-06-29 22:38:29 -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
mtail
843bef8ddb
Update reference docs.
2018-06-29 17:42:41 -07:00
Limin Wang
4a114797f9
Update authn policy tasks with global policy. ( #1639 )
...
* Update authn policy tasks with global policy.
This is cloned from Diem's PR
https://github.com/istio/istio.github.io/pull/1600 .
* Add section to use mesh-wide policy to enable mTLS globally.
* Update examples to follow naming restriction.
* Fix linter errors.
* Additional lint fix.
2018-06-29 16:12:29 -07:00
gargnupur
89424cf3e8
Add step to set up GOOGLE_APPLICATION_CREDENTIALS ( #1510 )
2018-06-29 11:17:58 -07:00
Vincent
d85897a0e8
Concept handling failures ( #1629 )
2018-06-29 08:09:02 -07:00
mtail
12dbc0202d
Fix some bad formatting.
2018-06-29 08:06:59 -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
Kuat
221f373a6c
attributes: replace reporter local with reporter type ( #1627 )
2018-06-29 06:38:14 -07:00
zhaohuabing
9876cf1b8a
Translate V1alpha3 routing introduction blog to Chinese ( #1615 )
2018-06-29 06:36:32 -07:00
Guang Ya Liu
94f55d8c15
Updated image link for overview. ( #1614 )
...
* Updated image link for overview.
* Remove "/* */" to enable the image.
2018-06-29 06:34:58 -07:00
Vincent
0c7d2a8db7
fixed: url to mysql shell ( #1630 )
2018-06-29 06:21:51 -07:00
Jimmy Song
77fafcffb1
translating security index into Chinese ( #1634 )
2018-06-29 06:17:59 -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
Vincent
69a884f0f6
Chinese: rules-configuration ( #1623 )
2018-06-28 15:31:29 -07:00
Vincent
15996cb611
translation: soft multitenancy ( #1551 )
...
* translation: soft multitenancy
* Sync
* Updated: merge from master, mv files to follow the master branch .
2018-06-28 15:06:29 -07:00
Vadim Eisenberg
580c9e0dec
Finalize secure gateways task ( #1625 )
...
* change title to Securing Gateways with HTTPS
* rephrase the reference to the ingress task
2018-06-28 09:31:28 -07:00
mtail
fa0a3fe408
Turn htmlproofer back on.
2018-06-28 07:53:34 -07:00
Vadim Eisenberg
201cbd5928
Add secure ingress task ( #1590 )
2018-06-28 06:50:03 -07:00
Martin Taillefer
5a1b090fbc
Improve handling for code blocks ( #1580 )
...
- Add the {{< text >}} shortcode as a way to declare code blocks. This shortcode
is intended to hide the subtleties around code blocks. More specifically, it
provides a transparent workaround for the Hugo bug around converting indented
code blocks with lines starting with dashes. It also deals with the special
formatting case we have around command-lines that start with `cat <<EOF`.
- Rename the {{< file_content >}} shortcode to {{< text_file >}} and the
{{< fetch_content >}} shortcode to {{< text_dynamic >}} for consistency in naming.
2018-06-28 06:29:27 -07:00
Vadim Eisenberg
09b23e9ccb
fix extensible admission controllers link ( #1620 )
2018-06-28 06:10:12 -07:00
Georgios Andrianakis
6ee96ca22c
Update documentation with latest Ansible changes ( #1619 )
2018-06-28 06:07:09 -07:00
Vadim Eisenberg
f0045c25de
add make gen for linting ( #1621 )
2018-06-28 06:05:34 -07:00
Vadim Eisenberg
dffaed58c1
make MacOS lower case, macOS(c) it is a trademark of Apple ( #1618 )
...
https://www.apple.com/legal/intellectual-property/trademark/appletmlist.html
2018-06-28 06:04:39 -07:00
Kuat
5bdf5acdf6
attributes: update desitnation name and namespace definitions ( #1613 )
2018-06-28 06:00:30 -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
Frank Budinsky
527ae646fc
Remove http: from command ( #1609 )
2018-06-27 11:31:09 -07:00
Frank Budinsky
051dd01f32
Mention kube service restrictions for routing ( #1608 )
2018-06-27 10:40:46 -07:00
Steven Dake
4bf79f2686
Use correct syntax with NodePort configuration ( #1604 )
...
The appended line for NodePort configuration was incorrectly
documented.
2018-06-27 08:52:11 -07:00
Jimmy Song
9c456b3fec
use the absURL instead ( #1606 )
2018-06-27 08:50:14 -07:00
mtail
5cd535e05a
Final round of file renames.
2018-06-27 07:21:21 -07:00
mtail
16b5cab3d7
Third round of file renames.
...
Only thing left are the reference files.
2018-06-27 06:32:20 -07:00
Vincent
a3b0a75961
Chinese: request-routing.md ( #1584 )
...
* Chinese: request-routing.md
* Dot Dot.
* Reuse images from original /docs
Remove local img
2018-06-27 03:02:28 -07:00
Jimmy Song
a984a2209e
translating policies and telemetry overview into Chinese ( #1598 )
2018-06-27 02:58:28 -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
mtail
4b0216e3bb
Add the promotion CSS style for promo banners.
2018-06-26 23:29:47 -07:00
Jimmy Song
0eb268aa93
translating discovery & load balancing into Chinese ( #1597 )
2018-06-26 19:51:28 -07:00
Guang Ya Liu
10ab377b74
Adding myself as OWNERS for Chinese Content. ( #1596 )
2018-06-26 19:41:52 -07:00
Jason Young
9553cf20ea
add istio.io/tools to golang vanity redirects ( #1594 )
2018-06-26 13:48:02 -07:00
mtail
329984475b
A bit of refactoring to improve clarity.
2018-06-26 11:10:03 -07:00