Typo fix: Kubeernetes->Kubernetes (#10921)

Kubeernetes->Kubernetes

Typo fix: Kubernets->Kubernetes

Typo fix: Kubernets->Kubernetes
pull/9766/head
AdamDang 2018-11-08 10:52:06 +08:00 committed by k8s-ci-robot
parent 08d0e1b93c
commit 0cbcf91878
2 changed files with 4 additions and 4 deletions

View File

@ -170,7 +170,7 @@ spec:
- 将引入更好的 API 以可扩展的方式提供和使用加速器
- Kubernets 将会自动确保应用在使用 GPU 时得到最佳性能
- Kubernetes 将会自动确保应用在使用 GPU 时得到最佳性能
- 类似访问 CUDA 库这种关键的可用性问题将得到解决

View File

@ -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 概念: