File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ shown in the following table:
36
36
37
37
| FPGA plugin mode | matching admission controller mode |
38
38
| :---------------- | :---------------------------------- |
39
- | region | orchestration |
39
+ | region | orchestrated |
40
40
| af | preprogrammed |
41
-
41
+
42
42
43
43
# Dependencies
44
44
@@ -140,7 +140,7 @@ $ ./scripts/webhook-deploy.sh --ca-bundle-path /var/run/kubernetes/server-ca.crt
140
140
Requested FPGA resources are translated to AF resources. For example,
141
141
` fpga.intel.com/arria10.dcp1.1-nlb0 ` is translated to ` fpga.intel.com/af-d8424dc4a4a3c413f89e433683f9040b ` .
142
142
143
- In orchestration mode, ` fpga.intel.com/arria10.dcp1.1-nlb0 ` gets translated to
143
+ In orchestrated mode, ` fpga.intel.com/arria10.dcp1.1-nlb0 ` gets translated to
144
144
` fpga.intel.com/region-9926ab6d6c925a68aabca7d84c545738 ` , and, the corresponding AF IDs are set in
145
145
environment variables for the container. The [ FPGA CRI-O hook] ( ../fpga_crihook/README.md )
146
146
then loads the requested bitstream to a region before the container is started.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ development, initial deployment and debugging.
75
75
76
76
The FPGA plugin set can run in one of two modes:
77
77
78
- - ` region ` /` orchestration ` mode, where the plugins locate and advertise
78
+ - ` region ` /` orchestrated ` mode, where the plugins locate and advertise
79
79
regions of the FPGA, and facilitate programing of those regions with the
80
80
requested bistreams.
81
81
- ` af ` /` preprogrammed ` mode, where the FPGA bitstreams are already loaded
@@ -318,4 +318,3 @@ device-plugin registered
318
318
# Next steps
319
319
320
320
Continue installation with the [ FPGA admission controller webhook] ( ../fpga_admissionwebhook/README.md ) .
321
-
You can’t perform that action at this time.
0 commit comments