Fixes 560. Edited gpu_plugin README. Restored master to line 157

Signed-off-by: DougTW <doug.martin@intel.com>
This commit is contained in:
DougTW 2021-02-09 16:49:30 -08:00
parent 28cbebc81b
commit 625b30fd1b

View File

@ -154,7 +154,7 @@ resource allocation status on the nodes:
```bash ```bash
$ kubectl get nodes -o=jsonpath="{range .items[*]}{.metadata.name}{'\n'}{' i915: '}{.status.allocatable.gpu\.intel\.com/i915}{'\n'}" $ kubectl get nodes -o=jsonpath="{range .items[*]}{.metadata.name}{'\n'}{' i915: '}{.status.allocatable.gpu\.intel\.com/i915}{'\n'}"
main master
i915: 1 i915: 1
``` ```