From 8af0518329363a6617216db4fd44e3765ce553a8 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Wed, 23 Aug 2023 07:56:56 +0000 Subject: [PATCH] fix lint issues --- docs/guide/loadbalancer-service.en.md | 3 +-- docs/reference/document-convention.en.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guide/loadbalancer-service.en.md b/docs/guide/loadbalancer-service.en.md index b18f0fc3d..c852bc492 100644 --- a/docs/guide/loadbalancer-service.en.md +++ b/docs/guide/loadbalancer-service.en.md @@ -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 @@ -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 -``` \ No newline at end of file +``` diff --git a/docs/reference/document-convention.en.md b/docs/reference/document-convention.en.md index 22b9073a4..10134c7fa 100644 --- a/docs/reference/document-convention.en.md +++ b/docs/reference/document-convention.en.md @@ -36,7 +36,7 @@ Kube-OVN provides a one-click installation script to install version 1.10 of Kub -Example content should start with `:`, other sentences should end with `. ` End. +Example content should start with `:`, other sentences should end with `.` End.
BadGood