Skip to content

Commit b70235b

Browse files
Merge pull request #505 from mesutoezdil/fix/node-label-ascend-vastai-placeholders
fix: replace curly-brace node placeholders and fix Ascend URL
2 parents 7f1503a + b7279d6 commit b70235b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/installation/how-to-use-volcano-ascend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Additional installation methods can be found in [the Volcano Quick Start Guide](
3333
### Label the Node with ascend=on
3434

3535
```shell
36-
kubectl label node {ascend-node} ascend=on
36+
kubectl label node <ascend-node> ascend=on
3737
```
3838

3939
### Deploy `hami-scheduler-device` config map

docs/userguide/ascend-device/enable-ascend-sharing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This mode implements a soft slicing mechanism based on `libvnpu.so` interception
2222
## Prerequisites
2323

2424
- Huawei Ascend device type: 910B, 910A, 310P
25-
- [Huawei Ascend docker runtime](https://gitcode.com/Huawei Ascend/mind-cluster/tree/master/component/ascend-docker-runtime)
25+
- [Ascend docker runtime](https://gitcode.com/Ascend/mind-cluster/tree/master/component/ascend-docker-runtime)
2626

2727
**Additional requirements for Soft Slicing (hami-vnpu-core):**
2828

@@ -82,7 +82,7 @@ devices:
8282
### 1. Label the Node
8383

8484
```bash
85-
kubectl label node {ascend-node} ascend=on
85+
kubectl label node <ascend-node> ascend=on
8686
```
8787

8888
### 2. Deploy RuntimeClass

docs/userguide/vastai/enable-vastai-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HAMi now supports sharing `vastaitech.com/va` (Vastaitech) devices and provides
1919
#### Label the Node
2020

2121
```bash
22-
kubectl label node {vastai-node} vastai=on
22+
kubectl label node <vastai-node> vastai=on
2323
```
2424

2525
#### Deploy the `vastai-device-plugin`

0 commit comments

Comments
 (0)