We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed940c commit 36e90c5Copy full SHA for 36e90c5
scalardb/src/scalardb/db/cluster.clj
@@ -254,7 +254,7 @@
254
(defn- running-pods?
255
"Check if nodes are running."
256
[test prefix num]
257
- (info "DEBUG:" (-> test :nodes first (c/on (c/exec :kubectl :describe :pod "cassandra-scalardb-cluster-0"))))
+ (info "DEBUG:" (-> test :nodes first (c/on (c/exec :kubectl :get :pods))))
258
(-> test
259
:nodes
260
first
0 commit comments