Skip to content

Commit

Permalink
update ordered list
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Aug 13, 2024
1 parent ceb715e commit 30fe0f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advance/offload-yusur.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ENABLE_LB=${ENABLE_LB:-false}
IFACE="p0"
```
Install Kube-OVN:
2. Install Kube-OVN:
```bash
bash install.sh
Expand Down
4 changes: 2 additions & 2 deletions docs/advance/offload-yusur.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 配置 SR-IOV

1.根据中科驭数 2200E 网卡的 vendor ID(1f47),找到本网卡在主机上的设备 ID,以下为(00:0a.0)和(00:0b.0),分别对应 2200E 上的两个光口,可以根据和光纤连接情况选用。
1. 根据中科驭数 2200E 网卡的 vendor ID(1f47),找到本网卡在主机上的设备 ID,以下为(00:0a.0)和(00:0b.0),分别对应 2200E 上的两个光口,可以根据和光纤连接情况选用。

```bash
lspci | grep 1f47
Expand Down Expand Up @@ -77,7 +77,7 @@ data:
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/sriov-network-device-plugin/v3.6.2/deployments/sriovdp-daemonset.yaml
```

3 检查 SR-IOV 资源是否已经被注册到 kubernetes Node 的资源池中:
3. 检查 SR-IOV 资源是否已经被注册到 kubernetes Node 的资源池中:

```bash
kubectl describe node node1 | grep yusur
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ markdown_extensions:
- footnotes
- fenced_code
- attr_list
- sane_lists
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
Expand Down

0 comments on commit 30fe0f1

Please sign in to comment.