Skip to content

Commit ad2db00

Browse files
committed
more debug
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 7a8bded commit ad2db00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/deploy_on_kind.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ kubectl patch deployment -n "$MR_NAMESPACE" model-registry-deployment \
4141

4242
if ! kubectl wait --for=condition=available -n "$MR_NAMESPACE" deployment/model-registry-db --timeout=5m ; then
4343
kubectl events -A
44+
kubectl describe deployment/model-registry-db -n kubeflow
45+
kubectl logs deployment/model-registry-db -n kubeflow
4446
exit 1
4547
fi
4648

0 commit comments

Comments
 (0)