Merge pull request #558 from DougTW/dm-edits-fpga-adms-readme

fpga_admissionwebhook README.md; changed master to main
This commit is contained in:
Ed Bartosh 2021-02-10 10:15:04 +02:00 committed by GitHub
commit d446be3c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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