Skip to content

Commit c83249b

Browse files
committed
Update instance.rs
1 parent 2d528db commit c83249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epsilon/server/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl Instance {
119119
pub fn need_close(&self) -> bool {
120120
let phase = self.pod.status.as_ref().unwrap().phase.as_ref().unwrap();
121121

122-
phase == "Failed" || phase == "Unknown"
122+
phase == "Failed" || phase == "Unknown" || phase == "Succeeded"
123123
}
124124

125125
pub fn get_state(&self) -> EpsilonState {

0 commit comments

Comments
 (0)