Site improvements (#2633)
- Use a new approach to managing icons. This has two primary benefits: - It makes it possible to color the icons such that they look good in the dark theme. Previously, the icons were rendered in black on dark grey when using the dark theme. - The average payload size for our web pages is reduced and we better use the browser cache. - The new icon approach makes it possible to remove our dependency on the fontawesome package, which further slims down our payload requirement - Refresh our iconography for a slightly lighter look. - Remove the extra thick left-hand border of text blocks to lighten the look. - Added a "NN minutes to read" indication on top of each page. This is only displayed if the count is > 1 minute. - Added a calendar icon next to the blog post date. - Exposed a bunch of strings that were buried in CSS/JS to translation. - Add the 'keywords:' front-matter fields to the Hugo archetypes.
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: gcr.io/istio-testing/website-builder:2018-08-30
|
||||
- image: gcr.io/istio-testing/website-builder:2018-09-15
|
||||
|
||||
working_directory: ~/site
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@ tmp/
|
|||
.tools
|
||||
.htmlproofer
|
||||
public
|
||||
resources
|
||||
|
|
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
|
||||
img := gcr.io/istio-testing/website-builder:2018-08-30
|
||||
img := gcr.io/istio-testing/website-builder:2018-09-15
|
||||
docker := docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/site -w /site $(img)
|
||||
|
||||
ifeq ($(CONTEXT),production)
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
title: My Title
|
||||
subtitle: My optional on-line subtitle
|
||||
description: My one-line description for the page
|
||||
description: My one-line description for the page
|
||||
publishdate: 2017-05-24
|
||||
attribution: My Name
|
||||
keywords: [keyword1,keyword2]
|
||||
weight: 0
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: My Title
|
||||
description: My one-line description for the page
|
||||
description: My one-line description for the page
|
||||
keywords: [keyword1,keyword2]
|
||||
weight: 0
|
||||
---
|
||||
|
||||
|
|
|
@ -5,5 +5,5 @@ description: Get a bit more in-depth info about the Istio project.
|
|||
sidebar_singlecard: true
|
||||
weight: 15
|
||||
type: section-index
|
||||
icon: /img/about.svg
|
||||
icon: about
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ aliases:
|
|||
- /bugs.html
|
||||
- /bugs/index.html
|
||||
- /help/bugs/
|
||||
icon: /img/bugs.svg
|
||||
icon: bugs
|
||||
---
|
||||
|
||||
Oh no! You found a bug?
|
||||
|
|
|
@ -6,5 +6,5 @@ weight: 15
|
|||
aliases:
|
||||
- /community
|
||||
type: section-index
|
||||
icon: /img/community.svg
|
||||
icon: community
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Istio in Action
|
||||
description: Who's using Istio out there.
|
||||
weight: 30
|
||||
icon: /img/customers.svg
|
||||
icon: customers
|
||||
keywords: [community]
|
||||
skip_seealso: true
|
||||
---
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -4,7 +4,7 @@ description: Information on the various ways to participate and interact with th
|
|||
weight: 10
|
||||
keywords: [community]
|
||||
type: community
|
||||
icon: /img/community.svg
|
||||
icon: community
|
||||
---
|
||||
Istio is an open source project with an active community that supports its use and on-going development. We'd love for you
|
||||
to join us and get involved!
|
||||
|
@ -14,7 +14,7 @@ There are quite a few ways to get plugged in:
|
|||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/mailing-list.svg" >}}</td>
|
||||
<td class="logo"><img src="./mailing-list.svg" alt="Mailing List"/></td>
|
||||
<td class="desc">
|
||||
Join the <a href="https://groups.google.com/forum/#!forum/istio-users">istio-users@</a> mailing list to participate in
|
||||
discussions
|
||||
|
@ -26,32 +26,32 @@ There are quite a few ways to get plugged in:
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/twitter.svg" >}}</td>
|
||||
<td class="logo"><img src="./twitter.svg" alt="Twitter"/></td>
|
||||
<td class="desc">
|
||||
Follow us on <a href="https://twitter.com/IstioMesh">Twitter</a> to get the latest news.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/stackoverflow.svg" >}}</td>
|
||||
<td class="logo"><img src="./stackoverflow.svg" alt="Stack Overflow"/></td>
|
||||
<td class="desc">
|
||||
<a href="https://stackoverflow.com/questions/tagged/istio">Stack Overflow</a> is for practical questions and curated answers
|
||||
on deploying, configuring, and using Istio.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/rocket-chat.svg" >}}</td>
|
||||
<td class="logo"><img src="./rocket-chat.svg" alt="Rocket Chat"/></td>
|
||||
<td class="desc">
|
||||
Chat with members of the Istio community on <a href="https://istio.rocket.chat">Rocket Chat</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo"><img src="/img/github.png" alt="GitHub"/></td>
|
||||
<td class="logo"><img src="./github.png" alt="GitHub"/></td>
|
||||
<td class="desc">
|
||||
<a href="https://github.com/istio/community">GitHub</a> is where development takes place on Istio code.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/drive.svg" >}}</td>
|
||||
<td class="logo"><img src="./drive.svg" alt="Google Drive"/></td>
|
||||
<td class="desc">
|
||||
If you want to get into the nuts and bolts of Istio, check out our growing collection
|
||||
of design documents. To access these, simply join the
|
||||
|
@ -61,14 +61,14 @@ There are quite a few ways to get plugged in:
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/group.svg" >}}</td>
|
||||
<td class="logo"><img src="./group.svg" alt="Working Groups"/></td>
|
||||
<td class="desc">
|
||||
If you'd like to contribute to the Istio project, consider participating in our
|
||||
<a href="https://github.com/istio/community/blob/master/WORKING-GROUPS.md">working groups</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/servicemesher.svg" >}}</td>
|
||||
<td class="logo"><img src="./servicemesher.svg" alt="ServiceMesher"/></td>
|
||||
<td class="desc">
|
||||
Our Chinese-language documentation is maintained by the
|
||||
<a href="http://www.servicemesher.com">ServiceMesher community</a>, join us and get involved!
|
||||
|
|
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,7 @@
|
|||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve">
|
||||
<path fill="#A363F7" d="M458.436,373.944L248.4,493.608L39.97,371.172l1.594-242.103L251.604,9.404l208.427,122.438
|
||||
L458.436,373.944L458.436,373.944z M251.408,39.873L67.802,144.485l-1.399,211.611l72.611,42.649l95.146-55.271v-190.01
|
||||
l105.624-61.671L251.408,39.873L251.408,39.873z M365.865,107.112l-105.353,61.52v190.058l-95.388,55.416l83.483,49.031
|
||||
l183.588-104.609l1.4-211.614L365.865,107.112L365.865,107.112z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: Partners
|
||||
description: Who's building stuff around Istio.
|
||||
weight: 20
|
||||
icon: /img/partners.svg
|
||||
icon: partners
|
||||
keywords: [community]
|
||||
skip_seealso: true
|
||||
---
|
||||
|
|
|
@ -5,5 +5,5 @@ weight: 100
|
|||
type: section-index
|
||||
aliases:
|
||||
- /docs/welcome/contribute/index.html
|
||||
icon: /img/contribute.svg
|
||||
icon: contribute
|
||||
---
|
||||
|
|
|
@ -141,9 +141,11 @@ You can embed some common icons in your content using:
|
|||
{{< text markdown >}}
|
||||
{{</* warning_icon */>}}
|
||||
{{</* idea_icon */>}}
|
||||
{{</* checkmark_icon */>}}
|
||||
{{</* cancel_icon */>}}
|
||||
{{< /text >}}
|
||||
|
||||
which look like {{< warning_icon >}} and {{< idea_icon >}}
|
||||
which look like {{< warning_icon >}}, {{< idea_icon >}}, {{< checkmark_icon >}}, and {{< cancel_icon >}}.
|
||||
|
||||
In addition, you can embed an emoji in your content using a sequence such as <code>:</code><code>sailboat</code><code>:</code>
|
||||
which looks like :sailboat:. Here's a handy [cheat sheet of the supported emojis](https://www.webpagefx.com/tools/emoji-cheat-sheet/).
|
||||
|
|
|
@ -7,7 +7,7 @@ aliases:
|
|||
- /docs/reference/feature-stages.html
|
||||
- /docs/welcome/feature-stages.html
|
||||
- /docs/home/roadmap.html
|
||||
icon: /img/feature-status.svg
|
||||
icon: feature-status
|
||||
---
|
||||
|
||||
This page lists the relative maturity and support
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Media Resources
|
|||
description: Official Istio resources for digital and printed materials.
|
||||
weight: 90
|
||||
type: media-resources
|
||||
icon: /img/istio-blue-logo.svg
|
||||
icon: istio-blue-logo
|
||||
---
|
||||
|
||||
Here are a few assets in case you want to show off your support for Istio, integration to Istio, or want to link back to
|
||||
|
@ -61,9 +61,9 @@ Here's some advice about using these images:
|
|||
</div>
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li><i class="do fa fa-check"></i> Use the Istio logo to link to istio.io</li>
|
||||
<li><i class="do fa fa-check"></i> Use the Istio logo to advertise that your product has support for Istio</li>
|
||||
<li><i class="do fa fa-check"></i> Use the Istio logo in a blog post or news article about Istio</li>
|
||||
<li>{{< checkmark_icon >}} Use the Istio logo to link to istio.io</li>
|
||||
<li>{{< checkmark_icon >}} Use the Istio logo to advertise that your product has support for Istio</li>
|
||||
<li>{{< checkmark_icon >}} Use the Istio logo in a blog post or news article about Istio</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -77,10 +77,10 @@ Here's some advice about using these images:
|
|||
</div>
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li><i class="dont fa fa-times"></i> Use the Istio logo for your application’s icon</li>
|
||||
<li><i class="dont fa fa-times"></i> Create a modified version of the Istio logo</li>
|
||||
<li><i class="dont fa fa-times"></i> Integrate the Istio logo into your logo</li>
|
||||
<li><i class="dont fa fa-times"></i> Change the Istio logo's colors or aspect ratio</li>
|
||||
<li>{{< cancel_icon >}} Use the Istio logo for your application’s icon</li>
|
||||
<li>{{< cancel_icon >}} Create a modified version of the Istio logo</li>
|
||||
<li>{{< cancel_icon >}} Integrate the Istio logo into your logo</li>
|
||||
<li>{{< cancel_icon >}} Change the Istio logo's colors or aspect ratio</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio 0.1
|
|||
weight: 100
|
||||
aliases:
|
||||
- /docs/welcome/notes/0.1.html
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
Istio 0.1 is the initial [release](https://github.com/istio/istio/releases) of Istio. It works in a single Kubernetes cluster and supports the following features:
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio 0.2
|
|||
weight: 99
|
||||
aliases:
|
||||
- /docs/welcome/notes/0.2.html
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
## General
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio 0.3
|
|||
weight: 98
|
||||
aliases:
|
||||
- /docs/welcome/notes/0.3.html
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
## General
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio 0.4
|
|||
weight: 97
|
||||
aliases:
|
||||
- /docs/welcome/notes/0.4.html
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
This release has only got a few weeks' worth of changes, as we stabilize our monthly release process.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.5
|
||||
weight: 96
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.6
|
||||
weight: 95
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.7
|
||||
weight: 94
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
For this release, we focused on improving our build and test infrastructures and increasing the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.8
|
||||
weight: 93
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
This is a major release for Istio on the road to 1.0. There are a great many new features and architectural improvements in addition to the usual pile of bug fixes and performance improvements.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0.1
|
||||
weight: 91
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
This release addresses some critical issues found by the community when using Istio 1.0. This release note describes what's different between Istio 1.0 and Istio 1.0.1.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0.2
|
||||
weight: 90
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
This release addresses some critical issues found by the community when using Istio 1.0.1. This release note describes what's different between Istio 1.0.1 and
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0
|
||||
weight: 92
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
We're proud to release Istio 1.0! Istio has been in development for nearly two years, and the 1.0 release represents a substantial
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.1
|
||||
weight: 90
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ aliases:
|
|||
- /release-notes
|
||||
- /docs/welcome/notes/index.html
|
||||
- /docs/references/notes
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
- [Istio 1.0.2](./1.0.2)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Build & Release Cadence
|
||||
description: How we manage, number, and support Istio releases.
|
||||
weight: 6
|
||||
icon: /img/cadence.svg
|
||||
icon: cadence
|
||||
---
|
||||
|
||||
We produce new builds of Istio on a daily basis. Around once a month or so, we take one of these daily
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Reporting Security Vulnerabilities
|
||||
description: Responsible disclosure for Istio security vulnerabilities.
|
||||
weight: 35
|
||||
icon: /img/vulnerabilities.svg
|
||||
icon: vulnerabilities
|
||||
---
|
||||
|
||||
We are very grateful to the security researchers and users that report
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 2017 Posts
|
|||
description: Blog posts for 2017.
|
||||
weight: 20
|
||||
type: section-index
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 2018 Posts
|
|||
description: Blog posts for 2018.
|
||||
weight: 10
|
||||
type: section-index
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio a Game Changer for HP's FitStation Platform
|
|||
description: How HP is building its next-generation footwear personalization platform on Istio.
|
||||
subtitle: How HP is building its next-generation footwear personalization platform on Istio
|
||||
publishdate: 2018-07-31
|
||||
attribution: Steven Ceuppens, Chief Software Architect @ HP FitStation, Open Source Advocate / Contributor
|
||||
attribution: Steven Ceuppens, Chief Software Architect @ HP FitStation, Open Source Advocate & Contributor
|
||||
weight: 84
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ description: Posts about using Istio.
|
|||
linktitle: Blog
|
||||
type: section-index
|
||||
sidebar_multicard: true
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
aliases:
|
||||
- /blog/posts/index.html
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ description: Learn how to deploy, use, and operate Istio.
|
|||
weight: 1
|
||||
sidebar_multicard: true
|
||||
type: section-index
|
||||
icon: /img/docs.svg
|
||||
icon: docs
|
||||
---
|
||||
|
||||
In addition, you might find these links interesting:
|
||||
|
|
|
@ -3,5 +3,5 @@ title: Concepts
|
|||
description: Learn about the different parts of the Istio system and the abstractions it uses.
|
||||
weight: 10
|
||||
type: section-index
|
||||
icon: /img/concepts.svg
|
||||
icon: concepts
|
||||
---
|
||||
|
|
|
@ -6,5 +6,5 @@ type: section-index
|
|||
aliases:
|
||||
- /docs/samples/index.html
|
||||
- /docs/guides/index.html
|
||||
icon: /img/examples.svg
|
||||
icon: examples
|
||||
---
|
||||
|
|
|
@ -4,5 +4,4 @@ description: A variety of fully working examples for gateway traffic control in
|
|||
weight: 61
|
||||
type: section-index
|
||||
keywords: [ingress, egress, gateway]
|
||||
icon: /img/examples.svg
|
||||
---
|
||||
|
|
|
@ -4,5 +4,4 @@ description: A variety of fully working multicluster examples for Istio that you
|
|||
weight: 100
|
||||
type: section-index
|
||||
keywords: [multicluster]
|
||||
icon: /img/examples.svg
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: Reference
|
|||
description: Detailed authoritative reference material such as command-line options, configuration options, and API calling parameters.
|
||||
weight: 60
|
||||
type: section-index
|
||||
icon: /img/reference.svg
|
||||
icon: reference
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: Setup
|
|||
description: How to deploy Istio in various environments (e.g., Kubernetes, Consul).
|
||||
weight: 15
|
||||
type: section-index
|
||||
icon: /img/setup.svg
|
||||
icon: setup
|
||||
---
|
||||
|
|
|
@ -7,5 +7,5 @@ type: section-index
|
|||
aliases:
|
||||
- /docs/tasks/installing-istio.html
|
||||
- /docs/setup/install-kubernetes.html
|
||||
icon: /img/kubernetes.svg
|
||||
icon: kubernetes
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ keywords: [kubernetes,helm]
|
|||
aliases:
|
||||
- /docs/setup/kubernetes/helm.html
|
||||
- /docs/tasks/integrating-services-into-istio.html
|
||||
icon: /img/helm.svg
|
||||
icon: helm
|
||||
---
|
||||
|
||||
Quick start instructions for the setup and configuration of Istio using Helm.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Minimal Istio Installation
|
|||
description: Install minimal Istio using Helm.
|
||||
weight: 31
|
||||
keywords: [kubernetes,helm, minimal]
|
||||
icon: /img/helm.svg
|
||||
icon: helm
|
||||
---
|
||||
|
||||
Quick start instructions for the minimal setup and configuration of Istio using Helm.
|
||||
|
|
|
@ -3,5 +3,5 @@ title: Tasks
|
|||
description: How to do single specific targeted activities with the Istio system.
|
||||
weight: 20
|
||||
type: section-index
|
||||
icon: /img/tasks.svg
|
||||
icon: tasks
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ description: A bunch of resources to help you deploy, configure and use Istio.
|
|||
weight: 10
|
||||
sidebar_singlecard: true
|
||||
type: section-index
|
||||
icon: /img/help.svg
|
||||
icon: help
|
||||
---
|
||||
|
||||
And don't forget our vibrant [community](/about/community/) that's always ready to lend a hand
|
||||
|
|
|
@ -7,7 +7,7 @@ aliases:
|
|||
- /faq
|
||||
- /docs/welcome/faq.html
|
||||
- /docs/reference/faq.html
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
||||
You've got questions? We've got answers!
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: General
|
|||
description: General Q & A.
|
||||
weight: 10
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: Mixer
|
|||
description: Mixer Q & A.
|
||||
weight: 40
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: Security
|
|||
description: Security Q & A.
|
||||
weight: 30
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: Setup
|
|||
description: Setup Q & A.
|
||||
weight: 20
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: Telemetry
|
|||
description: Telemetry Q & A.
|
||||
weight: 45
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: Traffic Management
|
|||
description: Traffic Management Q & A.
|
||||
weight: 50
|
||||
type: faq
|
||||
icon: /img/faq.svg
|
||||
icon: faq
|
||||
---
|
||||
|
|
|
@ -7,5 +7,5 @@ aliases:
|
|||
- /glossary
|
||||
- /docs/welcome/glossary.html
|
||||
- /docs/reference/glossary.html
|
||||
icon: /img/glossary.svg
|
||||
icon: glossary
|
||||
---
|
||||
|
|
|
@ -8,5 +8,5 @@ aliases:
|
|||
- /troubleshooting/index.html
|
||||
- /help/troubleshooting/index.html
|
||||
- /ops
|
||||
icon: /img/guide.svg
|
||||
icon: guide
|
||||
---
|
||||
|
|
|
@ -5,5 +5,5 @@ description: 关于Istio的说明。
|
|||
sidebar_singlecard: true
|
||||
weight: 15
|
||||
type: section-index
|
||||
icon: /img/about.svg
|
||||
icon: about
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 报告 Bugs
|
||||
description: 如果你发现了 bug 该怎么做。
|
||||
weight: 34
|
||||
icon: /img/bugs.svg
|
||||
icon: bugs
|
||||
---
|
||||
|
||||
哦不!你发现了bug?
|
||||
|
|
|
@ -4,5 +4,5 @@ linktitle: 我们的社区
|
|||
description: 了解我们的社区、用户和合作伙伴。
|
||||
weight: 15
|
||||
type: section-index
|
||||
icon: /img/community.svg
|
||||
icon: community
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Istio in Action
|
||||
description: 使用 Istio 的用户。
|
||||
weight: 30
|
||||
icon: /img/customers.svg
|
||||
icon: customers
|
||||
keywords: [社区]
|
||||
skip_seealso: true
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ description: 有关参与 Istio 社区和与之互动的各种方式的信息。
|
|||
weight: 10
|
||||
keywords: [社区]
|
||||
type: community
|
||||
icon: /img/community.svg
|
||||
icon: community
|
||||
---
|
||||
Istio 是一个开源项目,拥有一个支持其使用和持续开发的活跃社区。我们很乐意您加入我们并参与其中!
|
||||
|
||||
|
@ -14,7 +14,7 @@ Istio 是一个开源项目,拥有一个支持其使用和持续开发的活
|
|||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/mailing-list.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/mailing-list.svg" alt="Mailing Lists"/></td>
|
||||
<td class="desc">
|
||||
加入 <a href="https://groups.google.com/forum/#!forum/istio-users">istio-users@</a> 邮件列表以参与讨论和获取帮助。
|
||||
加入 <a href="https://groups.google.com/forum/#!forum/istio-announce">istio-announce@</a> 邮件列表以了解最新版本、活动和其他事件。
|
||||
|
@ -22,31 +22,31 @@ Istio 是一个开源项目,拥有一个支持其使用和持续开发的活
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/twitter.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/twitter.svg" alt="Twitter"/></td>
|
||||
<td class="desc">
|
||||
关注我们的 <a href="https://twitter.com/IstioMesh">Twitter</a> 获取最新消息。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/stackoverflow.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/stackoverflow.svg" alt="Stack Overflow"/></td>
|
||||
<td class="desc">
|
||||
<a href="https://stackoverflow.com/questions/tagged/istio">Stack Overflow</a> 上有关于部署、配置和使用 Istio 等实际问题的解答。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/rocket-chat.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/rocket-chat.svg" alt="Rocket Chat"/></td>
|
||||
<td class="desc">
|
||||
在 <a href="https://istio.rocket.chat">Rocket Chat</a> 上与 Istio 社区成员交流。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo"><img src="/img/github.png" alt="GitHub"/></td>
|
||||
<td class="logo"><img src="/about/community/join/github.png" alt="GitHub"/></td>
|
||||
<td class="desc">
|
||||
<a href="https://github.com/istio/community">GitHub</a> 用于托管 Istio 的代码并在其上开发。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/drive.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/drive.svg" alt="Google Drive"/></td>
|
||||
<td class="desc">
|
||||
如果您想深入了解 Istio 的具体细节,请查看我们不断丰富的设计文档集。要访问这些文档,只需加入
|
||||
<a href="https://groups.google.com/forum/#!forum/istio-team-drive-access">istio-team-drive-access@</a> 邮件列表即可。
|
||||
|
@ -55,14 +55,14 @@ Istio 是一个开源项目,拥有一个支持其使用和持续开发的活
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/group.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/group.svg" alt="Working Groups"/></td>
|
||||
<td class="desc">
|
||||
如果您想参与 Istio 项目,请考虑加入我们的
|
||||
<a href="https://github.com/istio/community/blob/master/WORKING-GROUPS.md">工作组 </a>。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="logo">{{< inline_image "community/servicemesher.svg" >}}</td>
|
||||
<td class="logo"><img src="/about/community/join/servicemesher.svg" alt="ServiceMesher"/></td>
|
||||
<td class="desc">
|
||||
中文内容由
|
||||
<a href="http://www.servicemesher.com">ServiceMesher 社区</a> 维护,加入我们并参与进来吧!
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 合作伙伴
|
||||
description: 围绕 Istio 进行构建的用户。
|
||||
weight: 20
|
||||
icon: /img/partners.svg
|
||||
icon: partners
|
||||
keywords: [社区]
|
||||
skip_seealso: true
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 贡献文档
|
|||
description: 了解如何为提高和改善 Istio 的文档做贡献。
|
||||
weight: 100
|
||||
type: section-index
|
||||
icon: /img/contribute.svg
|
||||
icon: contribute
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 功能状态
|
||||
description: 功能列表和发布阶段。
|
||||
weight: 10
|
||||
icon: /img/feature-status.svg
|
||||
icon: feature-status
|
||||
---
|
||||
|
||||
此页面列出了每个 Istio 功能的相对成熟度和支持级别。请注意,阶段(Alpha、Beta 和 Stable)适用于项目中的各个功能,而不是对于整个项目。以下是对这些标签含义的高级描述:
|
||||
|
|
|
@ -3,7 +3,7 @@ title: 媒体资源
|
|||
description: 可用于数字和印刷材料的官方 Istio 媒体资源。
|
||||
weight: 90
|
||||
type: media-resources
|
||||
icon: /img/istio-blue-logo.svg
|
||||
icon: istio-blue-logo
|
||||
---
|
||||
|
||||
这里有一些媒体资源,如果你想要展示你对 Istio 的支持,或者与 Istio 的集成,并且想用这些资源。那么请随意使用这些资源:
|
||||
|
@ -60,9 +60,9 @@ icon: /img/istio-blue-logo.svg
|
|||
</div>
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li><i class="do fa fa-check"></i> 使用 Istio 徽标链接到 istio.io</li>
|
||||
<li><i class="do fa fa-check"></i> 使用 Istio 徽标宣传您的产品支持 Istio</li>
|
||||
<li><i class="do fa fa-check"></i> 在博客文章或有关 Istio 的新闻文章中使用 Istio 徽标</li>
|
||||
<li>{{< checkmark_icon >}} 使用 Istio 徽标链接到 istio.io</li>
|
||||
<li>{{< checkmark_icon >}} 使用 Istio 徽标宣传您的产品支持 Istio</li>
|
||||
<li>{{< checkmark_icon >}} 在博客文章或有关 Istio 的新闻文章中使用 Istio 徽标</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,10 +76,10 @@ icon: /img/istio-blue-logo.svg
|
|||
</div>
|
||||
<div class="body">
|
||||
<ul>
|
||||
<li><i class="dont fa fa-times"></i> 使用 Istio 徽标作为应用程序的图标</li>
|
||||
<li><i class="dont fa fa-times"></i> 创建 Istio 徽标的修改版本</li>
|
||||
<li><i class="dont fa fa-times"></i> 将 Istio 徽标整合到您的徽标中</li>
|
||||
<li><i class="dont fa fa-times"></i> 更改 Istio 徽标的颜色或宽高比</li>
|
||||
<li>{{< cancel_icon >}} 使用 Istio 徽标作为应用程序的图标</li>
|
||||
<li>{{< cancel_icon >}} 创建 Istio 徽标的修改版本</li>
|
||||
<li>{{< cancel_icon >}} 将 Istio 徽标整合到您的徽标中</li>
|
||||
<li>{{< cancel_icon >}} 更改 Istio 徽标的颜色或宽高比</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.1
|
||||
weight: 100
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
Istio 0.1 是 Istio 的第一个 [release](https://github.com/istio/istio/releases),它适用于单个 Kubernetes 集群,并支持以下功能:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.2
|
||||
weight: 99
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
## General
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.3
|
||||
weight: 98
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
## 通用
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.4
|
||||
weight: 97
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
我们稳定了月度发布流程,因此这一版本只有几个星期的工作量。在平淡无奇的问题修复和性能增强之外,这个版本中包括:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.5
|
||||
weight: 96
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
在平淡无奇的问题修复和性能增强之外,这一版本包含了部分全新的功能,以及对现有功能的改进,具体包括以下内容。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.6
|
||||
weight: 95
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
在平淡无奇的问题修复和性能增强之外,这一版本包含了部分全新的功能,以及对现有功能的改进,具体包括以下内容。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.7
|
||||
weight: 94
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
本次发布,我们专注于提升我们的构建和测试基础设施并且提高了测试的质量。因此,这个月没有新的特性发布。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 0.8
|
||||
weight: 93
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
这是 Istio 1.0 路上的一次重要发布,除了通常的问题修复和性能增强之外,其中包含了很多新功能,架构方面也做出了很多改进。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0.1
|
||||
weight: 91
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
本次发布解决了一些社区在使用 Istio 1.0 过程中发现的关键问题。本发布声明描述了 Istio 1.0 和 Istio 1.0.1 之间的区别。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0.2
|
||||
weight: 90
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
此版本解决了社区在使用 Istio 1.0.1 过程中发现的一些关键问题。本文描述了 Istio 1.0.1 和 Istio 1.0.2 之间的差异。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.0
|
||||
weight: 92
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
我们很自豪地发布了 Istio 1.0! Istio 至今已经开发了近两年,1.0 版本对我们来说是一个重要的里程碑。我们所有的[核心功能](/zh/about/feature-stages/)现在都可以用于生产。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Istio 1.1
|
||||
weight: 90
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 发行说明
|
||||
description: 每个 Istio 版本的功能和改进说明。
|
||||
weight: 5
|
||||
icon: /img/notes.svg
|
||||
icon: notes
|
||||
---
|
||||
|
||||
- [Istio 1.0.2](./1.0.2)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 构建 & 发布节奏
|
||||
description: 管理、编号和支持 Istio 发布的方式。
|
||||
weight: 6
|
||||
icon: /img/cadence.svg
|
||||
icon: cadence
|
||||
---
|
||||
|
||||
我们每天都在构建发布 Istio。大约每个月我们会将其中一个日常构建版本通过一系列额外的质量测试后,将其构建标记为 Snapshot 版本。大约每个季度左右,我们会选择其中一个 Snapshot 版本运行更多测试并将构建标记为长期支持(LTS)版本。最后,如果发现 LTS 版本有问题,我们会发布补丁。
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: 报告 Istio 安全漏洞
|
||||
description: 负责披露 Istio 安全漏洞。
|
||||
weight: 35
|
||||
icon: /img/vulnerabilities.svg
|
||||
icon: vulnerabilities
|
||||
---
|
||||
|
||||
我们非常感谢报告 Istio 安全漏洞的安全研究人员和用户。我们会对每个报告进行彻底调查。
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 2017 年的博客文章
|
|||
description: 2017 年的博客文章。
|
||||
weight: 10
|
||||
type: section-index
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 2018 年的博客文章
|
|||
description: 2018 年的博客文章。
|
||||
weight: 10
|
||||
type: section-index
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Istio 是惠普 FitStation 平台的改变者
|
|||
description: 惠普如何在 Istio 上构建其下一代鞋类个性化平台。
|
||||
subtitle: 惠普如何在 Istio 上构建其下一代鞋类个性化平台
|
||||
publishdate: 2018-07-31
|
||||
attribution: Steven Ceuppens, Chief Software Architect @ HP FitStation, Open Source Advocate / Contributor
|
||||
attribution: Steven Ceuppens, Chief Software Architect @ HP FitStation, Open Source Advocate & Contributor
|
||||
weight: 84
|
||||
---
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ description: 关于使用 Istio 的博客文章。
|
|||
linktitle: 博客
|
||||
type: section-index
|
||||
sidebar_multicard: true
|
||||
icon: /img/blog.svg
|
||||
icon: blog
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ description: 了解如何部署、使用和运维 Istio。
|
|||
weight: 1
|
||||
sidebar_multicard: true
|
||||
type: section-index
|
||||
icon: /img/docs.svg
|
||||
icon: docs
|
||||
---
|
||||
|
||||
另外,您可能会发现这些有趣的链接:
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 概念
|
|||
description: 一些概念,理解它们有助于您更好地了解 Istio 系统的不同部分及其使用的抽象。
|
||||
weight: 10
|
||||
type: section-index
|
||||
icon: /img/concepts.svg
|
||||
icon: concepts
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 示例
|
|||
description: 这里包括多个可供 Istio 使用的可完整工作的示例,你可以用来亲自部署和体验这些示例。
|
||||
weight: 30
|
||||
type: section-index
|
||||
icon: /img/examples.svg
|
||||
icon: examples
|
||||
---
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 高级网关流量控制
|
||||
title: 高级网关流量控制
|
||||
description: 在 Istio 中进行网关流量控制的各种完整工作示例。
|
||||
weight: 61
|
||||
type: section-index
|
||||
keywords: [ingress, egress, gateway]
|
||||
icon: /img/examples.svg
|
||||
icon: examples
|
||||
---
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: 启用多集群功能
|
||||
description: 为不同的云平台启用 Istio 多集群功能的完整工作示例。
|
||||
description: 为不同的云平台启用 Istio 多集群功能的完整工作示例。
|
||||
weight: 100
|
||||
type: section-index
|
||||
keywords: [多集群]
|
||||
icon: /img/examples.svg
|
||||
icon: examples
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 参考
|
|||
description: 参考部分包含详细的权威参考资料,如命令行选项、配置选项和 API 调用参数。
|
||||
weight: 60
|
||||
type: section-index
|
||||
icon: /img/reference.svg
|
||||
icon: reference
|
||||
---
|
||||
|
|
|
@ -3,5 +3,5 @@ title: 安装
|
|||
description: 安装包含在不同的环境下(如 Kubernetes、Consul 等)安装 Istio 控制平面,以及在应用程序部署中安装 sidecar。
|
||||
weight: 15
|
||||
type: section-index
|
||||
icon: /img/setup.svg
|
||||
icon: setup
|
||||
---
|
||||
|
|
|
@ -4,5 +4,5 @@ description: 关于如何在 Kubernetes 集群中安装 Istio 控制平面和添
|
|||
weight: 10
|
||||
keywords: [kubernetes]
|
||||
type: section-index
|
||||
icon: /img/kubernetes.svg
|
||||
icon: kubernetes
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ title: 使用 Helm 进行安装
|
|||
description: 使用内含的 Helm chart 安装 Istio。
|
||||
weight: 30
|
||||
keywords: [kubernetes,helm]
|
||||
icon: /img/helm.svg
|
||||
icon: helm
|
||||
---
|
||||
|
||||
使用 Helm 安装和配置 Istio 的快速入门说明。
|
||||
|
|