Remove docs related to in-tree support to GPU (#8294)

* Remove docs related to in-tree support to GPU

The in-tree support to GPU is completely removed in release 1.11.
This PR removes the related docs in release-1.11 branch.

xref: kubernetes/kubernetes#61498

* Update content updated by PR to Hugo syntax

Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
This commit is contained in:
Qiming
2018-05-25 06:43:32 +08:00
committed by Misty Linville
parent 88e0fbaf06
commit fbf5c26fe5
3 changed files with 4 additions and 82 deletions
@@ -83,7 +83,6 @@ The output shows that the Node has a capacity of 4 dongles:
```
"capacity": {
"alpha.kubernetes.io/nvidia-gpu": "0",
"cpu": "2",
"memory": "2049008Ki",
"example.com/dongle": "4",
@@ -99,7 +98,6 @@ Once again, the output shows the dongle resource:
```yaml
Capacity:
alpha.kubernetes.io/nvidia-gpu: 0
cpu: 2
memory: 2049008Ki
example.com/dongle: 4
@@ -205,6 +203,3 @@ kubectl describe node <your-node-name> | grep dongle
{{% /capture %}}