Check this one: https://fly.io/apps/foo-dev-lax/machines/32874599c00938
An HTTP POST operation is performed against /apps/foo-dev-lax/machines
with data:
{
"json": {
"name": "primary-75520",
"config": {
"image": "registry.fly.io/foo-dev:...",
"env": {},
"services": [
{
"protocol": "tcp",
"internal_port": 80,
"ports": [
{
"port": 80
}
]
},
{
"protocol": "tcp",
"internal_port": 443,
"ports": [
{
"port": 443
}
]
},
{
"protocol": "tcp",
"internal_port": 32345,
"ports": [
{
"port": 5432,
"handlers": [
"proxy_proto"
]
}
]
}
],
"guest": {
"cpu_kind": "performance",
"cpus": 2,
"memory_mb": 8192,
"kernel_args": []
},
"mounts": [
{
"volume": "vol_od56vjp8ydovny30",
"path": "/data"
}
]
},
"region": "lax"
}
}
The operation results on an HTTP 200 response with the following content:
{
"id": "32874599c00938",
"name": "primary-75520",
"state": "created",
"region": "lax",
"instance_id": "01GXY02RGPAF36YSH7RVXSSZCF",
"private_ip": "fdaa:1:3791:a7b:113:f10d:20f6:2",
"config": {
"env": {...},
"init": {},
"image": "registry.fly.io/foo-dev:deployment-01GXXP03GTQSDPGG0B0XMS0J2Y",
"mounts": [
{
"encrypted": true,
"path": "/data",
"size_gb": 50,
"volume": "vol_od56vjp8ydovny30",
"name": "primary_75520"
}
],
"restart": {},
"services": [
{
"protocol": "tcp",
"internal_port": 80,
"ports": [
{
"port": 80
}
]
},
{
"protocol": "tcp",
"internal_port": 443,
"ports": [
{
"port": 443
}
]
},
{
"protocol": "tcp",
"internal_port": 32345,
"ports": [
{
"port": 5432,
"handlers": [
"proxy_proto"
]
}
]
}
],
"guest": {
"cpu_kind": "performance",
"cpus": 2,
"memory_mb": 8192
}
},
"image_ref": {
"registry": "registry.fly.io",
"repository": "foo-dev",
"tag": "...",
"digest": "...",
"labels": null
},
"created_at": "2023-04-13T19:04:38Z",
"updated_at": "2023-04-13T19:04:38Z",
"events": [
{
"id": "01GXY02RM9VHBW5NNQN5SRAVFX",
"type": "launch",
"status": "created",
"source": "user",
"timestamp": 1681412678281
}
]
}
At this point all seems right, but when I go to check the machine either through fly m list or UI it is not there… then looking at machine details in the UI it shows it was destroyed by flyd
I was able to create and use those machines earlier today, but since about 10:00am PT I’m not able to see them. Tried on iad, mia and lax… all the same.
Any idea whats going on?