gpu-operator
gpu-operator copied to clipboard
NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
I'm on Ubuntu 22.04. I'm installing everything with the following Ansible script, including microk8s 1.24/edge. ``` --- - hosts: "{{ host | default('localhost')}}" become: yes become_method: sudo tasks: - name:...
After I installed network-operator and gpu-operator, I should install gdrcopy extraly. So I thick will gpu-operator support gdrcopy in the future?
### 1. Quick Debug Checklist - [] Are you running on an Ubuntu 18.04 node? - [x] Are you running Kubernetes v1.13+? - [] Are you running Docker (>= 18.06)...
### 1. feature description Currently, the gpu-operator only supports one driver version across the cluster. It'd be great if each GPU node could have a different driver version based on...
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...
The existing `driver.repoConfig.configMapName` makes it possible to use a private mirror or cache. But its not very portable and I would much rather use the host's existing `/etc/apt/apt.conf.d/01proxy`. ``` Acquire::HTTP::Proxy...
CentOS 8 is going end-of-life very soon. We are migrating to Rocky Linux 8 instead for the k8s hosts. I am trying to install the GPU operator on Rocky Linux...
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...
## Environment ● Kubernetes: 1.20.11 ● OS: Centos7(3.10.0-1160.15.2.el7.x86_64) ● Docker: 19.03.15 ● NVIDIA Driver Version: 470.57.02 ● GPU: 4 * Tesla V100-SXM2-32GB ● GPU Operator Chart: v1.0.0-devel ● DCGM Docker...
**What happened:** NVIDIA team rotated GPG keys for CUDA linux repositories on 4/28. More information on this can be found [here](https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772). CUDA repository is included in the NVIDIA driver images...