Skip to content

Commit ca6dc6e

Browse files
committed
ci: add extra logging while creating SC
Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent 9e6d963 commit ca6dc6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/k8s-storage/create-storageclasses.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
# exit on error
1616
set -e
1717

18+
# FIXME: temporary extra logging
19+
set -x
20+
1821
WORKDIR=$(dirname "${0}")
1922

2023
TOOLBOX_POD=$(kubectl -n rook-ceph get pods --no-headers -l app=rook-ceph-tools -o=jsonpath='{.items[0].metadata.name}')

0 commit comments

Comments
 (0)