Skip to content

Commit a51a304

Browse files
committed
empty commit
Signed-off-by: Spolti <[email protected]>
1 parent 912952c commit a51a304

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/dependencies/fvt.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ apiVersion: v1
220220
kind: Pod
221221
metadata:
222222
name: "pvc-reader"
223+
labels:
224+
app: pvc-reader
223225
spec:
224226
containers:
225227
- name: main

scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ if [[ $fvt == "true" ]]; then
279279
info "Waiting for dependent pods to be up ..."
280280
wait_for_pods_ready "-l app=etcd"
281281
wait_for_pods_ready "-l app=minio"
282+
kubectl get pod/pvc-reader -o yaml
283+
wait_for_pods_ready "-l app=pvc-reader"
282284
fi
283285

284286
if ! kubectl get secret model-serving-etcd >/dev/null; then

0 commit comments

Comments
 (0)