From f289b6db9068160909c4f726782fde12be32b4f1 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 8 Nov 2018 09:46:17 +0800 Subject: [PATCH] Typo fix: Kubeernetes->Kubernetes Kubeernetes->Kubernetes Typo fix: Kubernets->Kubernetes Typo fix: Kubernets->Kubernetes --- content/zh/docs/tasks/manage-gpus/scheduling-gpus.md | 2 +- .../mysql-wordpress-persistent-volume.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 概念: