From 08f0a350713b7f2f24e8ddad8b73b75901b194a9 Mon Sep 17 00:00:00 2001 From: kevindiu Date: Mon, 17 Oct 2022 10:05:10 +0900 Subject: [PATCH 1/6] fix deadlink Signed-off-by: kevindiu --- docs/overview/component/discoverer.md | 2 +- docs/overview/component/lb-gateway.md | 4 ++-- docs/performance/benchmark.md | 2 +- docs/user-guides/deployment.md | 2 +- docs/user-guides/filtering-configuration.md | 2 +- docs/user-guides/operations.md | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/overview/component/discoverer.md b/docs/overview/component/discoverer.md index dfa90884d5..8d3802ef41 100644 --- a/docs/overview/component/discoverer.md +++ b/docs/overview/component/discoverer.md @@ -12,7 +12,7 @@ Vald Discoverer is responsible for retrieving each Node and Pod resource usage f ### Getting Node and Pod metrics -Vald Discoverer requires [kube-apiserver](https://kubernetes.io/ja/docs/reference/command-line-tools-reference/kube-apiserver/) to get Node and Pod metrics in the Vald cluster. +Vald Discoverer requires [kube-apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) to get Node and Pod metrics in the Vald cluster. It synchronizes the metrics when it changes by the `Reconcile function`, one of the internal functions. diff --git a/docs/overview/component/lb-gateway.md b/docs/overview/component/lb-gateway.md index 29b011105e..3f4e65d5f7 100644 --- a/docs/overview/component/lb-gateway.md +++ b/docs/overview/component/lb-gateway.md @@ -43,7 +43,7 @@ Then, Vald Filter Gateway sends the processed request to the Vald LB Gateway. As its name shows, Vald LB Gateway has the load balancing feature. -Vald LB Gateway controls insert vector requests based on `index replica` and each Vald Agent Pod resource usage, which [Vald Discoverer](../component/discoverer.md) provides, to avoid uneven resource usage. +Vald LB Gateway controls insert vector requests based on `index replica` and each Vald Agent Pod resource usage, which [Vald Discoverer](./discoverer.md) provides, to avoid uneven resource usage. ### Broadcast search request and aggregate search result @@ -67,7 +67,7 @@ Vald LB Gateway will send the search result to the Egress when the egress compon
-For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](../component/filter-gateway.md). +For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](./filter-gateway.md).
diff --git a/docs/performance/benchmark.md b/docs/performance/benchmark.md index 0b36faa244..6362ee5774 100644 --- a/docs/performance/benchmark.md +++ b/docs/performance/benchmark.md @@ -2,7 +2,7 @@ This document will show and explain the benchmark of an approximate nearest neighbor on the Vald cluster, such as [ann-benchmarks](https://github.com/erikbern/ann-benchmarks), and also explain how to perform the ann-benchmark test on your Vald cluster. -If you want to perform load testing on the Vald cluster, please refer to [this document](loadtest.md). +If you want to perform load testing on the Vald cluster, please refer to [this document](./loadtest.md).