woodpecker/pipeline/backend/kubernetes
Elias f211a780f3
Handle ImagePullBackOff pod status (#3580)
close: https://github.com/woodpecker-ci/woodpecker/issues/3555

Put the same logic from `waitStep` and call the function
`isImagePullBackOffState` in the `tailStep` function.

---------

Co-authored-by: elias.souza <elias.souza@quintoandar.com.br>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-04-15 09:08:13 +02:00
..
backend_options.go Add runtimeClassName in Kubernetes backend options (#3474) 2024-03-29 10:29:07 +01:00
backend_options_test.go Parse backend options in backend (#3227) 2024-02-08 18:39:32 +01:00
flags.go Move generic agent flags to cmd/agent/core (#3484) 2024-03-15 11:31:35 +01:00
kubernetes.go Handle ImagePullBackOff pod status (#3580) 2024-04-15 09:08:13 +02:00
kubernetes_test.go Secured kubernetes backend configuration (#3204) 2024-01-15 03:59:08 +01:00
pod.go Add runtimeClassName in Kubernetes backend options (#3474) 2024-03-29 10:29:07 +01:00
pod_test.go Add runtimeClassName in Kubernetes backend options (#3474) 2024-03-29 10:29:07 +01:00
service.go fix: can't run multiple services on k8s (#3395) 2024-02-17 12:30:06 +01:00
service_test.go fix: can't run multiple services on k8s (#3395) 2024-02-17 12:30:06 +01:00
utils.go Sanitize pod's step label (#3275) 2024-01-26 13:42:21 +01:00
utils_test.go Sanitize pod's step label (#3275) 2024-01-26 13:42:21 +01:00
volume.go Secured kubernetes backend configuration (#3204) 2024-01-15 03:59:08 +01:00
volume_test.go Secured kubernetes backend configuration (#3204) 2024-01-15 03:59:08 +01:00