feat: cdi-v1.60.3
This commit is contained in:
parent
5af9737b2f
commit
e1edc2c23b
3 changed files with 5787 additions and 0 deletions
5761
deploy/1-cdi-operator.yaml
Normal file
5761
deploy/1-cdi-operator.yaml
Normal file
File diff suppressed because it is too large
Load diff
18
deploy/2-cdi-cr.yaml
Normal file
18
deploy/2-cdi-cr.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
8
deploy/kustomization.yaml
Normal file
8
deploy/kustomization.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- 1-cdi-operator.yaml
|
||||||
|
- 2-cdi-cr.yaml
|
||||||
|
|
Loading…
Reference in a new issue