Merge pull request #27741 from tengqm/zh-sync-concepts-2

[zh] Resync concepts files (2)
This commit is contained in:
Kubernetes Prow Robot
2021-05-29 23:00:25 -07:00
committed by GitHub
6 changed files with 97 additions and 65 deletions
@@ -54,7 +54,7 @@ When the above conditions are true, Kubernetes will expose `amd.com/gpu` or
`nvidia.com/gpu` as a schedulable resource.
You can consume these GPUs from your containers by requesting
`<vendor>.com/gpu` just like you request `cpu` or `memory`.
`<vendor>.com/gpu` the same way you request `cpu` or `memory`.
However, there are some limitations in how you specify the resource requirements
when using GPUs:
-->