18 lines
353 B
YAML
18 lines
353 B
YAML
apiVersion: cdi.kubevirt.io/v1beta1
|
|
kind: CDI
|
|
metadata:
|
|
name: cdi
|
|
spec:
|
|
config:
|
|
featureGates:
|
|
- HonorWaitForFirstConsumer
|
|
imagePullPolicy: IfNotPresent
|
|
infra:
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|
|
tolerations:
|
|
- key: CriticalAddonsOnly
|
|
operator: Exists
|
|
workload:
|
|
nodeSelector:
|
|
kubernetes.io/os: linux
|