returned logging below the try k8s prepare job

This commit is contained in:
Nikola Jokic
2022-06-10 12:00:49 +02:00
parent bf362ba0dd
commit 2b386f7cbd

View File

@@ -71,12 +71,13 @@ export async function prepareJob(
new Set([PodPhase.RUNNING]),
new Set([PodPhase.PENDING])
)
core.debug('Job pod is ready for traffic')
} catch (err) {
await prunePods()
throw new Error(`Pod failed to come online with error: ${err}`)
}
core.debug('Job pod is ready for traffic')
let isAlpine = false
try {
isAlpine = await isPodContainerAlpine(