Skip to content

Commit 27c28da

Browse files
docs: add helm upgrade instaed of install command (#934)
1 parent ab61ac8 commit 27c28da

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/self_hosting/installation/kubernetes.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ We've successfully tested LangSmith on the following Kubernetes distributions:
2121
- Minikube and Kind (for development purposes)
2222

2323
:::note Terraform modules
24-
We will be releasing Terraform modules the help in the provisioning of resources for LangSmith. You can find those in our [public Terraform repo](https://github.com/langchain-ai/terraform). For example, you can find a LangSmith module for creating AWS resources in the `modules/aws/langsmith` folder within our public Terraform repo.
24+
We have several Terraform modules the help in the provisioning of resources for LangSmith. You can find those in our [public Terraform repo](https://github.com/langchain-ai/terraform).
25+
26+
Supported cloud providers include:
27+
28+
- [AWS terraform modules](https://github.com/langchain-ai/terraform/tree/main/modules/aws)
29+
- [Azure terraform modules](https://github.com/langchain-ai/terraform/tree/main/modules/azure)
30+
31+
You can click on the links above to see the documentation for each module. These modules are designed to help you quickly set up the necessary infrastructure for LangSmith, including Kubernetes clusters, storage, and networking.
32+
2533
:::
2634

2735
## Prerequisites
@@ -139,7 +147,7 @@ Ensure you have the following tools/items ready. Some items are marked optional:
139147
langchain/langsmith 0.10.10 0.10.29 Helm chart to deploy the langsmith application ...
140148
```
141149

142-
1. Run `helm install langsmith langchain/langsmith --values langsmith_config.yaml --version <version> -n <namespace> --wait --debug`
150+
1. Run `helm upgrade -i langsmith langchain/langsmith --values langsmith_config.yaml --version <version> -n <namespace> --wait --debug`
143151

144152
- Replace `<namespace>` with the namespace you want to deploy LangSmith to.
145153
- Replace `<version>` with the version of LangSmith you want to install from the previous step. Most users should install the latest version available.

0 commit comments

Comments
 (0)