Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 9d125bc according to the output
from Gofumpt and Prettier.

Details: #2497
  • Loading branch information
deepsource-autofix[bot] authored May 15, 2024
1 parent 9d125bc commit ed201ff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/user-guides/read-replica-and-rotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The read replica is managed with a separate chart from the Vald cluster and is d

1. Edit `values.yaml` like below(Please refer to [deployment](deployment) for other fields.)


```yaml
agent:
ngt:
Expand All @@ -35,18 +34,14 @@ The read replica is managed with a separate chart from the Vald cluster and is d
rotation_job_concurrency: 2
```
1. Deploy vald cluster
```bash
helm install vald vald/vald --values values.yaml
```


1. Deploy `vald-readreplica` with the same `values.yaml`


```bash
helm install vald-readreplica vald/vald-readreplica --values values.yaml
```
Expand All @@ -55,10 +50,8 @@ The read replica is managed with a separate chart from the Vald cluster and is d

1. Edit `valdrelease.yaml` with the same fields as above


1. Deploy vald cluster


```bash
helm install vald-helm-operator-release vald/vald-helm-operator
kubectl apply -f valdrelease.yaml
Expand Down Expand Up @@ -104,7 +97,7 @@ The Kubernetes job to be responsible for the following processes

Result consistency is guaranteed

There is a time lag between index insertion, agent save, and the completion of read replica rotation. During this time, there may be inconsistencies between the index in the agent itself and the index in the read replica.
There is a time lag between index insertion, agent save, and the completion of read replica rotation. During this time, there may be inconsistencies between the index in the agent itself and the index in the read replica.

- Sufficient infrastructure is required for QPS scaling

Expand Down

0 comments on commit ed201ff

Please sign in to comment.