Skip to content

Commit

Permalink
change wait order (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 11, 2024
1 parent b11637d commit 7702ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ export class KubeClient extends Client {
xinfra,
});
debug("waiting for pod: fileserver, to be ready");
await this.waitPodReady("fileserver");
await this.runCommand(["wait", "--for=condition=Ready", "Pod/fileserver"]);
await this.waitPodReady("fileserver");
debug("pod: fileserver, ready");
let fileServerOk = false;
let attempts = 0;
Expand Down

0 comments on commit 7702ea2

Please sign in to comment.