Skip to content

Commit

Permalink
Merge pull request #4163 from ty-dc/release-v0.9
Browse files Browse the repository at this point in the history
fix: ovs docs formatting errors and AI docs typo
  • Loading branch information
weizhoublue authored Oct 12, 2024
2 parents 572e5d9 + 2ac1c91 commit 3aa1c77
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 3aa1c77

Please sign in to comment.