mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #558 from DougTW/dm-edits-fpga-adms-readme
fpga_admissionwebhook README.md; changed master to main
This commit is contained in:
commit
d446be3c3d
@ -101,7 +101,7 @@ $ export no_proxy=$no_proxy,.svc,.svc.cluster.local
|
||||
To deploy the webhook, run
|
||||
|
||||
```bash
|
||||
$ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/fpga_admissionwebhook/default?ref=master
|
||||
$ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/fpga_admissionwebhook/default?ref=main
|
||||
namespace/intelfpgawebhook-system created
|
||||
customresourcedefinition.apiextensions.k8s.io/acceleratorfunctions.fpga.intel.com created
|
||||
customresourcedefinition.apiextensions.k8s.io/fpgaregions.fpga.intel.com created
|
||||
@ -164,7 +164,7 @@ mappings collection file found in
|
||||
This mappings file can be deployed with
|
||||
|
||||
```bash
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/master/deployments/fpga_admissionwebhook/mappings-collection.yaml
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/main/deployments/fpga_admissionwebhook/mappings-collection.yaml
|
||||
```
|
||||
|
||||
Note that the mappings are scoped to the namespaces they were created in
|
||||
|
Loading…
Reference in New Issue
Block a user