containerbuilding / cbi

Container Builder Interface for Kubernetes with support for several backends (Docker, BuildKit, Buildah, kaniko, img, Google Cloud Container Builder, Azure Container Registry Build, OpenShift Source-to-Image...)
Apache License 2.0
243 stars 18 forks source link

Validate that the registry secret exists #67

Open AkihiroSuda opened 6 years ago

AkihiroSuda commented 6 years ago

When the registry secret does not exist, job pods stucks at PodInitializing without human-readable error.

It would be better to validate the secret name on CBI controller.