Added intel-device-plugins-gpu
This commit is contained in:
parent
585d452437
commit
e600bd1134
45
infrastructure/controllers/intel.yaml
Normal file
45
infrastructure/controllers/intel.yaml
Normal file
|
@ -0,0 +1,45 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: intel
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: intel
|
||||
namespace: intel
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://intel.github.io/helm-charts/
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: intel-operator
|
||||
namespace: intel
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: intel-device-plugins-operator
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: intel
|
||||
version: 0.31.0
|
||||
interval: 1m0s
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: intel-gpu
|
||||
namespace: intel
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: intel-device-plugins-gpu
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: intel
|
||||
version: 0.31.0
|
||||
interval: 1m0s
|
|
@ -8,3 +8,4 @@ resources:
|
|||
- cloudnative-pg.yaml
|
||||
# - rook.yaml
|
||||
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.5
|
||||
- intel.yaml
|
||||
|
|
Loading…
Reference in New Issue
Block a user