Moved intel device plugin operator to configs to ensure it is installed after cert-manager
This commit is contained in:
parent
65a4fb81ad
commit
1858b89e08
5
infrastructure/configs/intel-devices/kustomization.yaml
Normal file
5
infrastructure/configs/intel-devices/kustomization.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/device/gpu?ref=v0.31.0
|
||||||
|
- gpu-device-plugin.yaml
|
|
@ -7,4 +7,4 @@ resources:
|
||||||
- ./middleware.yaml
|
- ./middleware.yaml
|
||||||
|
|
||||||
- ./akri-devices.yaml
|
- ./akri-devices.yaml
|
||||||
- ./intel-devices.yaml
|
- ./intel-devices
|
||||||
|
|
|
@ -6,6 +6,5 @@ resources:
|
||||||
- traefik.yaml
|
- traefik.yaml
|
||||||
- cloudnative-pg.yaml
|
- cloudnative-pg.yaml
|
||||||
# - rook.yaml
|
# - rook.yaml
|
||||||
- ./nfd/
|
- ./node-feature-discovery
|
||||||
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/device/gpu?ref=v0.31.0
|
|
||||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user