Skip to content

Commit 0ec3abf

Browse files
authored
Merge pull request #297 from askervin/559_fpga_plugin_doc_orchestrated
fpga_plugin: orchestration/orchestrated fixed in READMEs
2 parents 8e4e802 + d04aa77 commit 0ec3abf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

cmd/fpga_admissionwebhook/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ shown in the following table:
3636

3737
| FPGA plugin mode | matching admission controller mode |
3838
|:---------------- |:---------------------------------- |
39-
| region | orchestration |
39+
| region | orchestrated |
4040
| af | preprogrammed |
41-
41+
4242

4343
# Dependencies
4444

@@ -140,7 +140,7 @@ $ ./scripts/webhook-deploy.sh --ca-bundle-path /var/run/kubernetes/server-ca.crt
140140
Requested FPGA resources are translated to AF resources. For example,
141141
`fpga.intel.com/arria10.dcp1.1-nlb0` is translated to `fpga.intel.com/af-d8424dc4a4a3c413f89e433683f9040b`.
142142

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
144144
`fpga.intel.com/region-9926ab6d6c925a68aabca7d84c545738`, and, the corresponding AF IDs are set in
145145
environment variables for the container. The [FPGA CRI-O hook](../fpga_crihook/README.md)
146146
then loads the requested bitstream to a region before the container is started.

cmd/fpga_plugin/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ development, initial deployment and debugging.
7575

7676
The FPGA plugin set can run in one of two modes:
7777

78-
- `region`/`orchestration` mode, where the plugins locate and advertise
78+
- `region`/`orchestrated` mode, where the plugins locate and advertise
7979
regions of the FPGA, and facilitate programing of those regions with the
8080
requested bistreams.
8181
- `af`/`preprogrammed` mode, where the FPGA bitstreams are already loaded
@@ -318,4 +318,3 @@ device-plugin registered
318318
# Next steps
319319

320320
Continue installation with the [FPGA admission controller webhook](../fpga_admissionwebhook/README.md).
321-

0 commit comments

Comments
 (0)