Mikko Ylinen
ef6ecb7680
images: set 0.25.0 tag for the release
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-10-17 22:48:03 +03:00
Manish Regmi
22e9d5f882
add selinux labels for GPU plugins
2022-09-15 14:44:51 -04:00
Ed Bartosh
13780a8cdc
implement terrascan check
...
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2022-03-01 15:54:28 +02:00
Oleg Zhurakivskyy
272625cb39
deployments: Add missing default imagePullPolicy
2020-11-12 16:12:27 +00:00
Ukri Niemimuukko
505eadaf94
gpu-plugin nfd-hook
...
This adds an nfd-hook for the gpu-plugin, which will create labels
for the GPUs that can then be used for POD deployment purposes or
creation of GPU extended resources which allow then finer grained
GPU resource management.
The nfd-hook will install to the host system when the
intel-gpu-initcontainer is run. It is added into the plugin deployment
yaml.
Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
2020-10-01 12:02:57 +03:00
Dan Garfield
3be22ab9af
Add node selector to restrict to x86
...
Without the node selector this will deploy on arm nodes with a constantly retrying pod.
2020-04-23 20:55:20 -06:00
Antti Kervinen
d568f050c5
gpu_plugin: add kustomizations
...
- Default deployment: `kubectl apply -k deployments/gpu_plugin`
- Default deployment does not specify namespace anymore
(was: `kube-system`).
- Variant: deploy only on nodes with Intel GPU label by NFD:
`kubectl apply -k deployments/gpu_plugin/overlays/nfd_labeled_nodes`
- Variant: deploy to `kube-system` instead of user-defined namespace
(or "default"):
`kubectl apply -k deployments/gpu_plugin/overlays/namespace_kube-system`
- GPU plugin README updated.
Signed-off-by: Antti Kervinen <antti.kervinen@intel.com>
2020-02-07 14:56:52 +02:00