We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aabb7 commit 8514e58Copy full SHA for 8514e58
1 file changed
tests/e2e-prow/rhoai/pipeline-services.sh
@@ -7,6 +7,8 @@ oc apply -f "$BASE_DIR/manifests/lightspeed/llama-stack.yaml"
7
oc wait pod/llama-stack-service \
8
-n e2e-rhoai-dsc --for=condition=Ready --timeout=300s
9
10
+export LLAMA_IP=$(oc get pod llama-stack-service -n e2e-rhoai-dsc -o jsonpath='{.status.podIP}')
11
+
12
# Get IP address of llama-stack pod
13
oc create secret generic llama-stack-ip-secret \
14
--from-literal=key="$LLAMA_IP" \
0 commit comments