diff --git a/content/zh/docs/tasks/manage-gpus/scheduling-gpus.md b/content/zh/docs/tasks/manage-gpus/scheduling-gpus.md index 45d4b8d443067..8bdb5bce40bc7 100644 --- a/content/zh/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/content/zh/docs/tasks/manage-gpus/scheduling-gpus.md @@ -170,7 +170,7 @@ spec: - 将引入更好的 API 以可扩展的方式提供和使用加速器 -- Kubernets 将会自动确保应用在使用 GPU 时得到最佳性能 +- Kubernetes 将会自动确保应用在使用 GPU 时得到最佳性能 - 类似访问 CUDA 库这种关键的可用性问题将得到解决 diff --git a/content/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/content/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index 030d2c24e5428..3ce1c6f775308 100644 --- a/content/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/content/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -6,9 +6,9 @@ approvers: --- -本示例描述了如何在 Kubeernetes 上持久化安装 [WordPress](https://wordpress.org/) 和 -[MySQL](https://www.mysql.com/) 。在这个安装里我们将使用官方的 [mysql](https://registry.hub.docker.com/_/mysql/) 和 -[wordpress](https://registry.hub.docker.com/_/wordpress/) 镜像(WordPress 镜像包含一个 Apache 服务)。 +本示例描述了如何在 Kubernetes 上持久化安装 [WordPress](https://wordpress.org/) 和 +[MySQL](https://www.mysql.com/) 。在这个安装里我们将使用官方的 [MySQL](https://registry.hub.docker.com/_/mysql/) 和 +[WordPress](https://registry.hub.docker.com/_/wordpress/) 镜像(WordPress 镜像包含一个 Apache 服务)。 展示的 Kubernetes 概念: