Skip to content

Commit

Permalink
Merge branch 'main' into feature/discoverer/svc
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak authored Dec 14, 2023
2 parents 4bd9c35 + f0a4be0 commit ad1be28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorial/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ kubectl wait -n kube-system --for=condition=ready pod -l k8s-app=metrics-server
This chapter shows how to deploy Vald using Helm and run it on your Kubernetes cluster.<br>
In this tutorial, you will deploy the basic configuration of Vald that is consisted of vald-agent-ngt, vald-lb-gateway, vald-discoverer, and vald-manager-index.<br>

<div class="caution">
For vald-discoverer to work correctly, if you deploy multiple Vald clusters in the same Kubernetes cluster, please deploy one Vald cluster in one namespace.
</div>

1. Clone the repository

```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/user-guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ In addition, as you need, please refer to the followings:
Moreover, we publish the example configuration files for each use case.
Please also refer to [here](https://github.com/vdaas/vald/tree/main/charts/vald/values).

<div class="caution">
For vald-discoverer to work correctly, if you deploy multiple Vald clusters in the same Kubernetes cluster, please deploy one Vald cluster in one namespace.
</div>

## Use Helm command

### Deployment
Expand Down

0 comments on commit ad1be28

Please sign in to comment.