From 7bd47b64ddd1dd12b2c197958127c60d77365363 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 26 Nov 2018 22:25:55 +0800 Subject: [PATCH] zh-trans: add helm-chart.md (#11319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 未解决引入英文原文导致的冲突,重新创建PR:#11271 --- .../zh/docs/reference/glossary/helm-chart.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/zh/docs/reference/glossary/helm-chart.md b/content/zh/docs/reference/glossary/helm-chart.md index 6fd83bff50..d76c6a7906 100755 --- a/content/zh/docs/reference/glossary/helm-chart.md +++ b/content/zh/docs/reference/glossary/helm-chart.md @@ -3,6 +3,20 @@ title: Helm Chart id: helm-chart date: 2018-04-12 full_link: https://github.com/kubernetes/helm/blob/master/docs/charts.md +short_description: > + Helm Chart 是一组预先配置的 Kubernetes 资源所构成的包,可以使用 Helm 工具对其进行管理。 + +aka: +tags: +- tool +--- + + + + + +Helm Chart 是一组预先配置的 Kubernetes 资源所构成的包,可以使用 Helm 工具对其进行管理。 + +Chart 提供了一种可重现的用来创建和共享 Kubernetes 应用的方法。 +单个 Chart 可用来部署简单的系统(例如一个 memcached Pod),也可以用来部署复杂的系统(例如包含 HTTP 服务器、数据库、缓存等组件的完整 Web 应用堆栈)。