Wait for pod shutdown in load-pod-metadata
This commit is contained in:
parent
f707705cf4
commit
f1277a70bf
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@
|
||||||
running-pod (run-pod pod-spec opts)
|
running-pod (run-pod pod-spec opts)
|
||||||
describe-reply (describe-pod running-pod)
|
describe-reply (describe-pod running-pod)
|
||||||
ops (describe->ops describe-reply)]
|
ops (describe->ops describe-reply)]
|
||||||
(future (destroy* (assoc running-pod :ops ops)))
|
(destroy* (assoc running-pod :ops ops))
|
||||||
describe-reply))
|
describe-reply))
|
||||||
|
|
||||||
(defn load-pod
|
(defn load-pod
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue