Cloudspace stuck in Provisioning/ServerConfiguring for 70-150 min with node pool already Fulfilled (us-east-iad-1) #468
Replies: 2 comments 1 reply
|
Seems like you have deleted the Cloudspace. We are unable to find the Cloudspace with the name |
|
Thanks for looking. To answer directly: yes, we had deleted it while debugging — we've since changed our own approach to stop destroying the cloudspace automatically (we now scale node pools to zero/back up instead, keeping the cloudspace itself alive), specifically to stop hitting this class of issue on cloudspace creation. That change surfaced a related-but-distinct symptom, which is what I want to report here: the same "won the bid, node never joins" behavior also happens when adding a new node pool to a cloudspace that has been up and Ready for hours — not just at cloudspace creation. Concrete data from today (2026-08-21/22), same org (
For contrast, in the same account/day we also stood up So: same account, same day, bid prices ranging $0.04–$0.10 (all comfortably above that day's market, which swung $0.01–$0.11), one region/cloudspace pair (iad + dfw) stuck for hours on end while a third (ord) behaved exactly as expected. That rules out bid price as the cause for us, and doesn't look account-wide either — it looks isolated to specific cloudspaces/regions going into some bad state where the bid auction bookkeeping ( Given |
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
Same org as #457 (org_5fVi0IXjUr16TWP6). The SpeedBump issue there was resolved, thanks. This is a different one: the node pool is
Fulfilledand the cloudspace never leavesProvisioning/ServerConfiguring, so the machine never joins the cluster.Region:
us-east-iad-1. Cloudspace name:channels-veo-render(recreated between attempts).Attempt 1 — 2026-08-14
828ee02a-27c4-43bd-b78b-a4b481d956c6created,Fulfilled,wonCount 1ReadyinkubectlThe whole time the API reported
status: Provisioning,message: ServerConfiguring.kubectl get nodesreturned nothing until 22:11. Pods that had been created 70 min earlier (coredns,ceph-csi-rbd-provisioner,metrics-server,headlamp) sat inContainerCreatingfor that entire window, since there was no node to schedule them on.Attempt 2 — 2026-08-15 (open right now)
hcp-7c14ea7f-95eb-4455-a494-ae92110d343c)56da8adb-e286-411a-803b-0acb2f6b9ecf,Fulfilled,wonCount 1kubectl get nodesNo resources foundat 23:27 (29 min and counting)Before attempt 1 we had another run that sat in the same state for over 150 min before we tore it down.
This does not look like the auction. For
ch.vs1.2xlarge-iadthe API currently reportsminBidPricePerHour $0.035andcurrentMarketPricePerHour $0.010; our bid is $0.190, and the pool reportsstatus: FulfilledwithwonCount 1in every attempt. The bid is won — the server just never finishes configuring.Questions:
serverconfiguringbecause of pending bidding" and needed manual action on your side — is this the same class of problem?Provisioning/ServerConfiguringlooks identical at minute 5 and at minute 150, so our supervisor cannot tell whether to keep waiting or destroy and recreate.We run batch video rendering, so a cloudspace that takes 1-2h to hand over its first node effectively means the whole batch misses its window. Happy to leave the current cloudspace untouched if that helps you inspect it live — just let us know.
Thanks!
All reactions