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 33be6b0 commit eb9f9c0Copy full SHA for eb9f9c0
install/preview/entrypoint.sh
@@ -136,7 +136,7 @@ run_telemetry(){
136
# wait for the k3s cluster to be ready and Gitpod workloads are added
137
sleep 100
138
# indefinitely wait for Gitpod pods to be ready
139
- kubectl wait --timeout=7m --for=condition=ready pod -l app=gitpod
+ kubectl wait --timeout=7m --for=condition=ready pod -l app=gitpod,component!=migrations
140
# manually tun the cronjob
141
kubectl create job gitpod-telemetry-init --from=cronjob/gitpod-telemetry
142
}
0 commit comments