Skip to content

Commit adef7f2

Browse files
authored
Update README.md
1 parent 92ec914 commit adef7f2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

GPU-Virtual-Service/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ docker load -i vc-scheduler.tar
101101
docker load -i vc-webhook-manager.tar
102102
```
103103

104-
创建xpu命名空间
105-
106-
```Bash
107-
kubectl create namespace xpu
108-
```
109-
110104
调度组件的yaml可以在`GPU-Virtual-Service/yaml/`文件夹中找到, 并部署到k8s集群
111105

112106
```Bash
@@ -131,6 +125,11 @@ docker load -i gpu_device_plugin.tar
131125
docker load -i cuda_client_update.tar
132126
```
133127

128+
创建xpu命名空间
129+
130+
```Bash
131+
kubectl create namespace xpu
132+
```
134133
安装完成之后,执行如下命令将`client-update`(cuda劫持)、`gpu-device-plugin`(设备插件)安装部署yaml打包为helm chart包:
135134

136135
```Bash

0 commit comments

Comments
 (0)