You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [`./deployment/fpga_admissionwebhook/crd/bases/fpga.intel.com_region.yaml`](/deployments/fpga_admissionwebhook/crd/bases/fpga.intel.com_fpgaregions.yaml).
160
143
161
-
Mappings between 'names' and 'ID's are controlled by the admission controller
162
-
mappings collection file found in
144
+
Example mappings between 'names' and 'ID's are controlled by the admission controller mappings collection file found in
customresourcedefinition.apiextensions.k8s.io/acceleratorfunctions.fpga.intel.com created
158
+
customresourcedefinition.apiextensions.k8s.io/fpgaregions.fpga.intel.com created
159
+
mutatingwebhookconfiguration.admissionregistration.k8s.io/intelfpgawebhook-mutating-webhook-configuration created
160
+
clusterrole.rbac.authorization.k8s.io/intelfpgawebhook-manager-role created
161
+
clusterrolebinding.rbac.authorization.k8s.io/intelfpgawebhook-manager-rolebinding created
162
+
service/intelfpgawebhook-webhook-service created
163
+
deployment.apps/intelfpgawebhook-webhook created
164
+
certificate.cert-manager.io/intelfpgawebhook-serving-cert created
165
+
issuer.cert-manager.io/intelfpgawebhook-selfsigned-issuer created
166
+
```
167
+
168
+
#### Mappings deployment
169
+
170
+
Mappings deployment is a mandatory part of the webhook deployment. You should
171
+
prepare and deploy mappings that describe FPGA bitstreams available in your cluster.
172
+
173
+
Example mappings collection [`./deployments/fpga_admissionwebhook/mappings-collection.yaml`](/deployments/fpga_admissionwebhook/mappings-collection.yaml)
174
+
can be used as an example for cluster mappings. This collection is not intended to be deployed as is,
175
+
it should be used as a reference and example of your own cluster mappings.
0 commit comments