mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
ref config updates Adding generated YAML + modules from the RDS Reorganizing TOC Adding latest RDS updates RDS doc updates RDS YAML updates Shanes review latest updates + new components overview diagram David J's review comments CCS attributes update Ian's review comments adding Hari's deviations update updating 4.14 link URLs Generalizes scope and deviation topics for RAN and Core updates for RDS prod version update deviations wording Updating deviation and scope topics consolidate dev and scope topics + intro Adding link to ztp-site-generate procedure typo final changes for RDS typos Ian's comments update for RDS terminology remove core CRs note add GH core CRs link
21 lines
837 B
YAML
21 lines
837 B
YAML
apiVersion: sriovfec.intel.com/v2
|
|
kind: SriovFecClusterConfig
|
|
metadata:
|
|
name: config
|
|
namespace: vran-acceleration-operators
|
|
annotations: {}
|
|
spec:
|
|
drainSkip: $drainSkip # true if SNO, false by default
|
|
priority: 1
|
|
nodeSelector:
|
|
node-role.kubernetes.io/master: ""
|
|
acceleratorSelector:
|
|
pciAddress: $pciAddress
|
|
physicalFunction:
|
|
pfDriver: "vfio-pci"
|
|
vfDriver: "vfio-pci"
|
|
vfAmount: 16
|
|
bbDevConfig: $bbDevConfig
|
|
#Recommended configuration for Intel ACC100 (Mount Bryce) FPGA here: https://github.com/smart-edge-open/openshift-operator/blob/main/spec/openshift-sriov-fec-operator.md#sample-cr-for-wireless-fec-acc100
|
|
#Recommended configuration for Intel N3000 FPGA here: https://github.com/smart-edge-open/openshift-operator/blob/main/spec/openshift-sriov-fec-operator.md#sample-cr-for-wireless-fec-n3000
|