Skip to content

Commit

Permalink
modify docs
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <limengxuan@4paradigm.com>
  • Loading branch information
archlitchi committed Feb 19, 2024
1 parent ac8e005 commit 14f1a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/how_to_use_gpu_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After installed, update the scheduler configuration:
kubectl edit cm -n volcano-system volcano-scheduler-configmap
```

For volcano v1.8.2+(v1.8.2 included), use the following configMap
For volcano v1.8.2+(v1.8.2 excluded), use the following configMap

```yaml
kind: ConfigMap
Expand All @@ -45,7 +45,7 @@ data:
- name: binpack
```
For volcano v1.8.2-, use the following configMap
For volcano v1.8.2-(v1.8.2 included), use the following configMap
```yaml
kind: ConfigMap
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/how_to_use_gpu_sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After installed, update the scheduler configuration:
kubectl edit cm -n volcano-system volcano-scheduler-configmap
```

For volcano v1.8.2+(v1.8.2 included), use the following configMap
For volcano v1.8.2+(v1.8.2 excluded), use the following configMap

```yaml
kind: ConfigMap
Expand All @@ -45,7 +45,7 @@ data:
- name: binpack
```
For volcano v1.8.2-, use the following configMap
For volcano v1.8.2-(v1.8.2 included), use the following configMap
```yaml
kind: ConfigMap
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/how_to_use_vgpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After installed, update the scheduler configuration:
kubectl edit cm -n volcano-system volcano-scheduler-configmap
```

For volcano v1.8.2+(v1.8.2 included), use the following configMap
For volcano v1.8.2+(v1.8.2 excluded), use the following configMap
```yaml
kind: ConfigMap
apiVersion: v1
Expand All @@ -52,7 +52,7 @@ data:
- name: binpack
```
For volcano v1.8.2-, use the following configMap
For volcano v1.8.2-(v1.8.2 included), use the following configMap
```yaml
kind: ConfigMap
apiVersion: v1
Expand Down

0 comments on commit 14f1a68

Please sign in to comment.