Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add caution sentence for deploy multi Vald clusters #2271

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading