Skip to content

Commit

Permalink
[ws-manager] Stop workspaces who's content init fails
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Aug 26, 2021
1 parent d4b4c8b commit 3c30d1d
Show file tree
Hide file tree
Showing 3 changed files with 1,153 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"actions": [
{
"Func": "clearInitializerFromMap",
"Params": {
"podName": "prebuild-50bff6fd-2b1f-4d33-8b74-5362739add6f"
}
},
{
"Func": "modifyFinalizer",
"Params": {
"add": false,
"finalizer": "gitpod.io/finalizer",
"workspaceID": "50bff6fd-2b1f-4d33-8b74-5362739add6f"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"status": {
"id": "50bff6fd-2b1f-4d33-8b74-5362739add6f",
"metadata": {
"owner": "00000000-0000-0000-0000-000000000000",
"meta_id": "aqua-chimpanzee-35q6f08k",
"started_at": {
"seconds": 1629374870
}
},
"spec": {
"workspace_image": "eu.gcr.io/gitpod-dev/workspace-images:034fe685a5830014534c14a1bcd7c7b2b0c4e94bc4062de4f91646d95c5f23fd",
"ide_image": "eu.gcr.io/gitpod-core-dev/build/ide/code:commit-0941a0805dc3c7345c45bd926317eaf045d4b7fb",
"headless": true,
"url": "https://aqua-chimpanzee-35q6f08k.ws-us15.gitpod.io",
"type": 1
},
"phase": 6,
"conditions": {
"failed": "cannot initialize workspace: cannot initialize workspace: content initializer failed",
"deployed": 1
},
"runtime": {
"node_name": "gke-gp-prod-ws-us15-us--headless-pool-64a87cf8-bw7v",
"pod_name": "prebuild-50bff6fd-2b1f-4d33-8b74-5362739add6f",
"node_ip": "10.138.15.219"
},
"auth": {
"owner_token": "jRA_Te5snD4sq5C2Bfh-OeZ6BCh4YA4X"
}
}
}
Loading

0 comments on commit 3c30d1d

Please sign in to comment.