| gio | 36b23b3 | 2024-08-25 12:20:54 +0400 | [diff] [blame] | 1 | apiVersion: cdi.kubevirt.io/v1beta1 |
| 2 | kind: CDI | ||||
| 3 | metadata: | ||||
| 4 | name: cdi | ||||
| 5 | spec: | ||||
| 6 | config: | ||||
| 7 | featureGates: | ||||
| 8 | - HonorWaitForFirstConsumer | ||||
| 9 | imagePullPolicy: IfNotPresent | ||||
| 10 | infra: | ||||
| 11 | nodeSelector: | ||||
| 12 | kubernetes.io/os: linux | ||||
| 13 | tolerations: | ||||
| 14 | - key: CriticalAddonsOnly | ||||
| 15 | operator: Exists | ||||
| 16 | workload: | ||||
| 17 | nodeSelector: | ||||
| 18 | kubernetes.io/os: linux | ||||