From 28cbebc81b5b4beff228e4791b9d97bd1d9a6614 Mon Sep 17 00:00:00 2001 From: DougTW Date: Mon, 8 Feb 2021 18:40:47 -0800 Subject: [PATCH] edited gpu_plugin README; changed 2 instances of master to main. Related to PR 499. Signed-off-by: DougTW --- cmd/gpu_plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gpu_plugin/README.md b/cmd/gpu_plugin/README.md index f52a6aae..398e3445 100644 --- a/cmd/gpu_plugin/README.md +++ b/cmd/gpu_plugin/README.md @@ -45,7 +45,7 @@ Examples are provided showing how to deploy the plugin either using a DaemonSet [Pre-built images](https://hub.docker.com/r/intel/intel-gpu-plugin) of this component are available on the Docker hub. These images are automatically built and uploaded -to the hub from the latest master branch of this repository. +to the hub from the latest main branch of this repository. Release tagged images of the components are also available on the Docker hub, tagged with their release version numbers in the format `x.y.z`, corresponding to the branches and releases in this @@ -154,7 +154,7 @@ resource allocation status on the nodes: ```bash $ kubectl get nodes -o=jsonpath="{range .items[*]}{.metadata.name}{'\n'}{' i915: '}{.status.allocatable.gpu\.intel\.com/i915}{'\n'}" -master +main i915: 1 ```