From 84e14f47bf3dcae610b61436b6a3d04a8cfc4cca Mon Sep 17 00:00:00 2001 From: joaquin-borggio-lc Date: Fri, 27 Jun 2025 17:18:39 -0400 Subject: [PATCH] docs: Add pre-req for egress to control plane (#5241) added pre-req for egress --- docs/docs/cloud/deployment/self_hosted_data_plane.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/cloud/deployment/self_hosted_data_plane.md b/docs/docs/cloud/deployment/self_hosted_data_plane.md index 891950e8c..df0a658c6 100644 --- a/docs/docs/cloud/deployment/self_hosted_data_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_data_plane.md @@ -15,11 +15,15 @@ Before deploying, review the [conceptual guide for the Self-Hosted Data Plane](. ### Prerequisites 1. `KEDA` is installed on your cluster. - helm repo add kedacore https://kedacore.github.io/charts + helm repo add kedacore https://kedacore.github.io/charts helm install keda kedacore/keda --namespace keda --create-namespace 1. A valid `Ingress` controller is installed on your cluster. 1. You have slack space in your cluster for multiple deployments. `Cluster-Autoscaler` is recommended to automatically provision new nodes. +1. You will need to enable egress to two control plane URLs. The listener polls these endpoints for deployments: + + https://api.host.langchain.com + https://api.smith.langchain.com ### Setup