We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6d963 commit ca6dc6eCopy full SHA for ca6dc6e
1 file changed
scripts/k8s-storage/create-storageclasses.sh
@@ -15,6 +15,9 @@
15
# exit on error
16
set -e
17
18
+# FIXME: temporary extra logging
19
+set -x
20
+
21
WORKDIR=$(dirname "${0}")
22
23
TOOLBOX_POD=$(kubectl -n rook-ceph get pods --no-headers -l app=rook-ceph-tools -o=jsonpath='{.items[0].metadata.name}')
0 commit comments