Skip to content

Commit

Permalink
sync system-metrics /concepts/containers/ operator
Browse files Browse the repository at this point in the history
  • Loading branch information
asa3311 committed Oct 26, 2023
1 parent 227b103 commit fa5012a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Kubernetes 组件以 [Prometheus 格式](https://prometheus.io/docs/instrumentin
## Metrics in Kubernetes
In most cases metrics are available on `/metrics` endpoint of the HTTP server. For components that
doesn't expose endpoint by default it can be enabled using `--bind-address` flag.
don't expose endpoint by default, it can be enabled using `--bind-address` flag.
Examples of those components:
-->
Expand Down
15 changes: 15 additions & 0 deletions content/zh-cn/docs/concepts/containers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@ title: "容器"
weight: 40
description: 打包应用及其运行依赖环境的技术。
content_type: concept
card:
name: concepts
weight: 50
---
<!--
title: Containers
weight: 40
description: Technology for packaging an application along with its runtime dependencies.
reviewers:
- erictune
- thockin
content_type: concept
card:
name: concepts
weight: 50
-->

<!-- overview -->
<!--
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/concepts/extend-kubernetes/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ operator.

<!--
* Read the {{< glossary_tooltip text="CNCF" term_id="cncf" >}}
[Operator White Paper](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md).
[Operator White Paper](https://github.com/cncf/tag-app-delivery/blob/163962c4b1cd70d085107fc579e3e04c2e14d59c/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md).
* Learn more about [Custom Resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
* Find ready-made operators on [OperatorHub.io](https://operatorhub.io/) to suit your use case
* [Publish](https://operatorhub.io/) your operator for other people to use
Expand All @@ -252,7 +252,7 @@ operator.
from Google Cloud about best practices for building operators
-->

* 阅读 {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [Operator 白皮书](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md)
* 阅读 {{< glossary_tooltip text="CNCF" term_id="cncf" >}} [Operator 白皮书](https://github.com/cncf/tag-app-delivery/blob/163962c4b1cd70d085107fc579e3e04c2e14d59c/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md)
* 详细了解[定制资源](/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
*[OperatorHub.io](https://operatorhub.io/) 上找到现成的、适合你的 Operator
* [发布](https://operatorhub.io/)你的 Operator,让别人也可以使用
Expand Down

0 comments on commit fa5012a

Please sign in to comment.