earayu
commited on
Commit
·
21f40c1
1
Parent(s):
5a4864f
feat: update script
Browse files
k8s-deploy/install_lightrag.sh
CHANGED
@@ -83,7 +83,7 @@ helm upgrade --install lightrag $SCRIPT_DIR/lightrag \
|
|
83 |
# Wait for LightRAG pod to be ready
|
84 |
echo ""
|
85 |
echo "Waiting for lightrag pod to be ready..."
|
86 |
-
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag --timeout=
|
87 |
echo "lightrag pod is ready"
|
88 |
echo ""
|
89 |
echo "Running Port-Forward:"
|
|
|
83 |
# Wait for LightRAG pod to be ready
|
84 |
echo ""
|
85 |
echo "Waiting for lightrag pod to be ready..."
|
86 |
+
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag --timeout=300s -n rag
|
87 |
echo "lightrag pod is ready"
|
88 |
echo ""
|
89 |
echo "Running Port-Forward:"
|
k8s-deploy/install_lightrag_dev.sh
CHANGED
@@ -69,7 +69,7 @@ helm upgrade --install lightrag-dev $SCRIPT_DIR/lightrag \
|
|
69 |
# Wait for LightRAG pod to be ready
|
70 |
echo ""
|
71 |
echo "Waiting for lightrag-dev pod to be ready..."
|
72 |
-
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag-dev --timeout=
|
73 |
echo "lightrag-dev pod is ready"
|
74 |
echo ""
|
75 |
echo "Running Port-Forward:"
|
|
|
69 |
# Wait for LightRAG pod to be ready
|
70 |
echo ""
|
71 |
echo "Waiting for lightrag-dev pod to be ready..."
|
72 |
+
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=lightrag-dev --timeout=300s -n rag
|
73 |
echo "lightrag-dev pod is ready"
|
74 |
echo ""
|
75 |
echo "Running Port-Forward:"
|