From cb318931aa2975e50d66174ccd4d5f3756b6e9e3 Mon Sep 17 00:00:00 2001 From: lijin-union Date: Mon, 17 Apr 2023 09:28:43 +0800 Subject: [PATCH] * corrected a link (#9988) * remove a useless parenthesis in the _sidebar file --- docs/_sidebar.md | 2 +- docs/kube-router.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6942bcf0a..f17e190c8 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -38,7 +38,7 @@ * [Kylin Linux Advanced Server V10](docs/kylinlinux.md) * [Amazon Linux 2](docs/amazonlinux.md) * [UOS Linux](docs/uoslinux.md) - * [openEuler notes](docs/openeuler.md)) + * [openEuler notes](docs/openeuler.md) * CRI * [Containerd](docs/containerd.md) * [Docker](docs/docker.md) diff --git a/docs/kube-router.md b/docs/kube-router.md index 6a3283425..54e366ce8 100644 --- a/docs/kube-router.md +++ b/docs/kube-router.md @@ -68,7 +68,7 @@ If you have other networking devices or SDN systems that talk BGP, kube-router w From a simple full node-to-node mesh to per-node peering configurations, most routing needs can be attained. The configuration is Kubernetes native (annotations) just like the rest of kube-router. -For more details please refer to the +For more details please refer to the . Next options will set up annotations for kube-router, using `kubectl annotate` command.