Compute environment build troubleshooting

New compute environment or compute environment updates are carried out by the Hephaestus build pods inside the domino-compute namespace. Inspecting the build pod status and describing the pods for any issues are the first steps of troubleshooting.

<user-id>$ kubectl get pods -n domino-compute | grep -i build
hephaestus-buildkit-0                             1/1     Running   0             2m59s

The following shows a failure of a compute environment revision.

Compute Environment Revisions

The build logs will give you the reason for the failure.

Build Log