We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4d240 commit 5fd4fbfCopy full SHA for 5fd4fbf
1 file changed
scripts/rook.sh
@@ -41,6 +41,9 @@ function deploy_rook() {
41
sed -i 's|ROOK_CSI_ENABLE_RBD: "true"|ROOK_CSI_ENABLE_RBD: "false"|g' "${TEMP_DIR}/operator.yaml"
42
sed -i 's|ROOK_USE_CSI_OPERATOR: "true"|ROOK_USE_CSI_OPERATOR: "false"|g' "${TEMP_DIR}/operator.yaml"
43
44
+ # enable more verbose logging
45
+ sed -i 's|ROOK_LOG_LEVEL: "INFO"|ROOK_LOG_LEVEL: "DEBUG"|g' "${TEMP_DIR}/operator.yaml"
46
+
47
kubectl_retry create -f "${TEMP_DIR}/operator.yaml"
48
# Override the ceph version which rook installs by default.
49
if [ -z "${ROOK_CEPH_CLUSTER_IMAGE}" ]; then
0 commit comments