Skip to content

Commit

Permalink
Typo fix: Kubeernetes->Kubernetes
Browse files Browse the repository at this point in the history
Kubeernetes->Kubernetes

Typo fix: Kubernets->Kubernetes

Typo fix: Kubernets->Kubernetes
  • Loading branch information
AdamDang committed Nov 8, 2018
1 parent 08d0e1b commit f289b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/zh/docs/tasks/manage-gpus/scheduling-gpus.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ spec:

- 将引入更好的 API 以可扩展的方式提供和使用加速器

- Kubernets 将会自动确保应用在使用 GPU 时得到最佳性能
- Kubernetes 将会自动确保应用在使用 GPU 时得到最佳性能

- 类似访问 CUDA 库这种关键的可用性问题将得到解决

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 概念:
Expand Down

0 comments on commit f289b6d

Please sign in to comment.