summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-10 08:58:50 -0800
committerGitHub <noreply@github.com>2018-02-10 08:58:50 -0800
commit003b696e016493c5eebf8573d35b99617c00e635 (patch)
tree85e1b01f1d69718834c108c8b199960e279e1966
parent36602d727348149e5cc3873f2bef0d582ad80ce4 (diff)
parent3bc6b386f18146722cbbd22868e143ba831fcee1 (diff)
Merge pull request #1784 from lijianfeng1993/fix_duplication_problem_3
fix a duplication problem in gpu-support.md
-rw-r--r--contributors/design-proposals/resource-management/gpu-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/resource-management/gpu-support.md b/contributors/design-proposals/resource-management/gpu-support.md
index ad4383ac..2e74f4c3 100644
--- a/contributors/design-proposals/resource-management/gpu-support.md
+++ b/contributors/design-proposals/resource-management/gpu-support.md
@@ -75,7 +75,7 @@ Before any scheduling can occur, we need to know what's available out there. In
v0, we'll hardcode capacity detected by the kubelet based on a flag,
`--experimental-nvidia-gpu`. This will result in the user-defined resource
`alpha.kubernetes.io/nvidia-gpu` to be reported for `NodeCapacity` and
-`NodeAllocatable`, as well as as a node label.
+`NodeAllocatable`, as well as a node label.
### Scheduling