Skip to content

Commit 36e90c5

Browse files
committed
debug
1 parent 6ed940c commit 36e90c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalardb/src/scalardb/db/cluster.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
(defn- running-pods?
255255
"Check if nodes are running."
256256
[test prefix num]
257-
(info "DEBUG:" (-> test :nodes first (c/on (c/exec :kubectl :describe :pod "cassandra-scalardb-cluster-0"))))
257+
(info "DEBUG:" (-> test :nodes first (c/on (c/exec :kubectl :get :pods))))
258258
(-> test
259259
:nodes
260260
first

0 commit comments

Comments
 (0)