[PR #720] [MERGED] Restructure Kubernetes Install Instructions to Emphasize External Databases #957

Closed
opened 2026-02-17 17:21:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/720
Author: @rahul-langchain
Created: 10/1/2025
Status: Merged
Merged: 10/2/2025
Merged by: @rahul-langchain

Base: mainHead: rahul/external-db-ls-sh


📝 Commits (4)

  • c54ae09 Restructure Kubernetes Install Instructions to Emphasize External Databases
  • ffe188d Update src/langsmith/kubernetes.mdx
  • 590ec33 Update src/langsmith/kubernetes.mdx
  • 4907eb7 Merge branch 'main' into rahul/external-db-ls-sh

📊 Changes

1 file changed (+47 additions, -35 deletions)

View changed files

📝 src/langsmith/kubernetes.mdx (+47 -35)

📄 Description

Overview

Our documentation currently sends you down the path of running databases in-cluster, which is not what we want our customers doing. These changes maintain the existing instructions while advising the user to use external databases instead.

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/720 **Author:** [@rahul-langchain](https://github.com/rahul-langchain) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@rahul-langchain](https://github.com/rahul-langchain) **Base:** `main` ← **Head:** `rahul/external-db-ls-sh` --- ### 📝 Commits (4) - [`c54ae09`](https://github.com/langchain-ai/docs/commit/c54ae095425685afdef218c5286c5c620e609a3f) Restructure Kubernetes Install Instructions to Emphasize External Databases - [`ffe188d`](https://github.com/langchain-ai/docs/commit/ffe188d2b4e6111097d68191acb19099c74a30c1) Update src/langsmith/kubernetes.mdx - [`590ec33`](https://github.com/langchain-ai/docs/commit/590ec337da39641371ef4affa6d860534b39ae82) Update src/langsmith/kubernetes.mdx - [`4907eb7`](https://github.com/langchain-ai/docs/commit/4907eb756802b13ab4457ceae63d71a297010d5c) Merge branch 'main' into rahul/external-db-ls-sh ### 📊 Changes **1 file changed** (+47 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/kubernetes.mdx` (+47 -35) </details> ### 📄 Description ## Overview Our documentation currently sends you down the path of running databases in-cluster, which is not what we want our customers doing. These changes maintain the existing instructions while advising the user to use external databases instead. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:27 -05:00
yindo closed this issue 2026-02-17 17:21:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#957