We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ab081 commit b80736cCopy full SHA for b80736c
1 file changed
src/lib/kubectl/pods.ts
@@ -40,6 +40,7 @@ export const waitForPodReady = (pod: CloudSqlProxyPod) => {
40
execCommand(`
41
kubectl wait pod ${pod.name} \
42
--for=condition=ready \
43
+ --timeout=300s \
44
--context="${pod.context}" \
45
--namespace="${pod.namespace}"
46
`)
0 commit comments