We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ec914 commit adef7f2Copy full SHA for adef7f2
GPU-Virtual-Service/README.md
@@ -101,12 +101,6 @@ docker load -i vc-scheduler.tar
101
docker load -i vc-webhook-manager.tar
102
```
103
104
-创建xpu命名空间
105
-
106
-```Bash
107
-kubectl create namespace xpu
108
-```
109
110
调度组件的yaml可以在`GPU-Virtual-Service/yaml/`文件夹中找到, 并部署到k8s集群
111
112
```Bash
@@ -131,6 +125,11 @@ docker load -i gpu_device_plugin.tar
131
125
docker load -i cuda_client_update.tar
132
126
133
127
128
+创建xpu命名空间
129
+
130
+```Bash
+kubectl create namespace xpu
+```
134
安装完成之后,执行如下命令将`client-update`(cuda劫持)、`gpu-device-plugin`(设备插件)安装部署yaml打包为helm chart包:
135
136
0 commit comments