Skip to content

Commit 552ac50

Browse files
authored
Merge pull request #29098 from mengjiao-liu/fix-observability-format-zh
[zh] Fix Observability format to be consistent with other list items.
2 parents 29504f7 + bc05d88 commit 552ac50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/overview/what-is-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Containers are becoming popular because they have many benefits. Some of the con
107107
* Agile application creation and deployment: increased ease and efficiency of container image creation compared to VM image use.
108108
* Continuous development, integration, and deployment: provides for reliable and frequent container image build and deployment with quick and easy rollbacks (due to image immutability).
109109
* Dev and Ops separation of concerns: create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure.
110-
* Observability not only surfaces OS-level information and metrics, but also application health and other signals.
110+
* Observability: not only surfaces OS-level information and metrics, but also application health and other signals.
111111
* Environmental consistency across development, testing, and production: Runs the same on a laptop as it does in the cloud.
112112
* Cloud and OS distribution portability: Runs on Ubuntu, RHEL, CoreOS, on-prem, Google Kubernetes Engine, and anywhere else.
113113
* Application-centric management: Raises the level of abstraction from running an OS on virtual hardware to running an application on an OS using logical resources.
@@ -120,7 +120,7 @@ Containers are becoming popular because they have many benefits. Some of the con
120120
容器镜像构建和部署。
121121
* 关注开发与运维的分离:在构建/发布时而不是在部署时创建应用程序容器镜像,
122122
从而将应用程序与基础架构分离。
123-
* 可观察性不仅可以显示操作系统级别的信息和指标,还可以显示应用程序的运行状况和其他指标信号。
123+
* 可观察性:不仅可以显示操作系统级别的信息和指标,还可以显示应用程序的运行状况和其他指标信号。
124124
* 跨开发、测试和生产的环境一致性:在便携式计算机上与在云中相同地运行。
125125
* 跨云和操作系统发行版本的可移植性:可在 Ubuntu、RHEL、CoreOS、本地、
126126
Google Kubernetes Engine 和其他任何地方运行。

0 commit comments

Comments
 (0)