Skip to content

Commit 7cd31ad

Browse files
DougTWbart0sh
authored andcommitted
Edited demo-readme. Replaced 'master' with 'main' on line 22, 23, 24, 48, 77, 89, 94, 122, 130, 141, and 159. Skipped instance of 'master' on line 146.
Signed-off-by: DougTW <[email protected]>
1 parent d0ab71c commit 7cd31ad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

demo/readme.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ for the acceleration of your workloads orchestrated by Kubernetes.
1919

2020
The current list of supported Intel Device Plugins includes:
2121

22-
- [GPU Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/gpu_plugin/README.md) with support for [Intel® Graphics Technology](https://www.intel.com/content/www/us/en/architecture-and-technology/visual-technology/graphics-overview.html)
23-
- [Intel® FPGA Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/fpga_plugin/README.md)
24-
- [Intel® QuickAssist Technology (QAT) Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/qat_plugin/README.md)
22+
- [GPU Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/gpu_plugin/README.md) with support for [Intel® Graphics Technology](https://www.intel.com/content/www/us/en/architecture-and-technology/visual-technology/graphics-overview.html)
23+
- [Intel® FPGA Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/fpga_plugin/README.md)
24+
- [Intel® QuickAssist Technology (QAT) Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/qat_plugin/README.md)
2525

2626
We have included an example demo and configuration information for the Intel
2727
Device Plugins for Kubernetes below. Please join us on the sig-node-rtk channel
@@ -45,7 +45,7 @@ Only one worker node has a GPU. The time difference in transcoding speed is capt
4545
- Ubuntu* 18.04 (Kernel: 4.15.0-36-generic)
4646
- Kubernetes* 1.11
4747
- Docker* 18.3.1
48-
- Intel® GPU Device Plugin built from master branch
48+
- Intel® GPU Device Plugin built from main branch
4949

5050
### Screencast
5151

@@ -74,7 +74,7 @@ The demos begin with a fully [configured Kubernetes cluster](https://kubernetes.
7474
- CRI-O 1.13.1 (for orchestrated mode)
7575
- Docker 19.03.1 (for preprogrammed mode)
7676
- runc 1.0.0-rc8
77-
- Intel® FPGA Device Plugin built from master branch
77+
- Intel® FPGA Device Plugin built from main branch
7878

7979
### Demo 3 (OpenCL) platform configuration
8080

@@ -86,12 +86,12 @@ The demos begin with a fully [configured Kubernetes cluster](https://kubernetes.
8686
- Centos 7 (Kernel: 3.10.0-1062.12.1.el7.x86_64) on worker node host
8787
- Kubernetes* 1.17
8888
- CRI-O 1.17.3
89-
- Intel® FPGA Device Plugin built from master branch
89+
- Intel® FPGA Device Plugin built from main branch
9090

9191
### Demo steps
9292

9393
1. Validate the status of the [Kubernetes cluster](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/).
94-
2. Provision the [Intel® FPGA Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/fpga_plugin/README.md).
94+
2. Provision the [Intel® FPGA Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/fpga_plugin/README.md).
9595
3. Create bitstream storage (for orchestrated mode only)
9696
4. Run the NLB3 or OpenCL workload.
9797

@@ -119,15 +119,15 @@ This video demonstrates the Intel® Software Guard Extensions ECDSA Quote Genera
119119
- 18.04.5 LTS
120120
- Kubernetes* 1.19
121121
- containerd 1.3.3
122-
- Intel® SGX Device Plugin built from master branch
122+
- Intel® SGX Device Plugin built from main branch
123123
- Intel® SGX SDK 2.12 and DCAP 1.9
124124
- node-feature-discovery 0.6.0
125125

126126
### Demo steps
127127

128128
1. Validate the status of the [Kubernetes cluster](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/).
129129
2. Provision [node-feature-discovery](https://github.com/kubernetes-sigs/node-feature-discovery).
130-
3. Provision the [Intel® SGX Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/sgx_plugin/README.md) using [Intel® Device Plugin Operator](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/operator/README.md).
130+
3. Provision the [Intel® SGX Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/sgx_plugin/README.md) using [Intel® Device Plugin Operator](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/operator/README.md).
131131
4. Check the SGX resources and labels are correctly registered.
132132
5. Run Intel® SGX DCAP ECDSA Quote Generation in both "out-of-proc" and "in-proc" modes.
133133

@@ -138,7 +138,7 @@ Intel® SGX Device Plugin and SGX DCAP ECDSA Quote Generation demo
138138

139139
## Intel® QuickAssist Technology Device Plugin OpenSSL demo video
140140

141-
The screencast demonstrates the deployment of the [Intel® QAT Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/cmd/qat_plugin/README.md) for
141+
The screencast demonstrates the deployment of the [Intel® QAT Device Plugin](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/qat_plugin/README.md) for
142142
Kubernetes and executes a sample QAT accelerated OpenSSL workload with the OCI
143143
compatible Kata Containers runtime, a lightweight Virtual Machine (VM) that feels
144144
and performs like traditional containers, but provides the workload isolation
@@ -156,7 +156,7 @@ and [Kata Containers](https://github.com/kata-containers/documentation/tree/mast
156156
- Kubernetes* 1.12
157157
- Containerd 1.2
158158
- Kata Containers* 1.3.0
159-
- Intel® QAT Device Plugin built from master
159+
- Intel® QAT Device Plugin built from main
160160
- QAT 1.7 L.4.3.0-00033
161161

162162
### Demo steps

0 commit comments

Comments
 (0)