Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 23, 2023
1 parent 20cfc4c commit 8af0518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/guide/loadbalancer-service.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ If a static LoadBalancerIP address is required, the `spec.loadBalancerIP` field

After creating the Service using the YAML, you can see the Pod startup information in the same namespace as the Service:


```bash
# kubectl get pod
NAME READY STATUS RESTARTS AGE
Expand Down Expand Up @@ -330,4 +329,4 @@ Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 MASQUERADE all -- * * 0.0.0.0/0 10.109.201.193
```
```
2 changes: 1 addition & 1 deletion docs/reference/document-convention.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Kube-OVN provides a one-click installation script to install version 1.10 of Kub
</td></tr>
</tbody></table>

Example content should start with `:`, other sentences should end with `. ` End.
Example content should start with `:`, other sentences should end with `.` End.

<table>
<thead><tr><th>Bad</th><th>Good</th></tr></thead>
Expand Down

0 comments on commit 8af0518

Please sign in to comment.