4paradigm / k8s-vgpu-scheduler

OpenAIOS vGPU device plugin for Kubernetes is originated from the OpenAIOS project to virtualize GPU device memory, in order to allow applications to access larger memory space than its physical capacity. It is designed for ease of use of extended device memory for AI workloads.
Apache License 2.0
513 stars 93 forks source link

failed calling webhook "vgpu.4pd.io" #29

Open Tweakzx opened 1 year ago

Tweakzx commented 1 year ago

Error from server (InternalError): Internal error occurred: failed calling webhook "vgpu.4pd.io": Post https://vgpu-scheduler.kube-system.svc:443/webhook?timeout=10s: context deadline exceeded

在自己的机器上安装了vgpu, 但是跑启动benchmark的时候报了以上错误

环境配置: k8s: 1.16.15 docker: 18.09.9 改了docker的runtime为nvidia-docker2 系统ubuntu18.04.6 LTS