Skip to content

Commit

Permalink
fix: ovs docs formatting errors and AI docs typo
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <tao.yang@daocloud.io>
  • Loading branch information
windsonsea authored and ty-dc committed Oct 11, 2024
1 parent c3859af commit 2ac1c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage/install/underlay/get-started-ovs-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Spiderpool 可用作 Underlay 网络场景下提供固定 IP 的一种解决方

2. 在 /etc/netplan 目录下创建 12-br1.yaml 后,通过 `netplan apply` 生效。为确保在重启主机等场景下 br1 仍然可用,请检查 eth0 网卡是否也被 netplan 纳管。

```yaml: 12-br1.yaml
```yaml title="12-br1.yaml"
network:
version: 2
renderer: networkd
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/install/underlay/get-started-ovs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you are using an Ubuntu system, you can refer to this chapter to configure OV

2. After creating 12-br1.yaml in the /etc/netplan directory, run `netplan apply` to take effect. To ensure that br1 is still available in scenarios such as restarting the host, please check whether the eth0 network card is also managed by netplan.

```yaml: 12-br1.yaml
```yaml title="12-br1.yaml"
network:
version: 2
renderer: networkd
Expand Down

0 comments on commit 2ac1c91

Please sign in to comment.