Description
The file references an image tag that is not available in the specified image registry, although the image repository exists.
Location:
|
image: ttl.sh/spawn-java-example:48h # Mandatory |
What Happens
When the example file is deployed, Kubernetes attempts to pull the specified image, but the referenced tag cannot be found in the registry. This can result in an image-pull failure.
Description
The file references an image tag that is not available in the specified image registry, although the image repository exists.
Location:
spawn/examples/simple/host-simple.yaml
Line 20 in d2c3a55
What Happens
When the example file is deployed, Kubernetes attempts to pull the specified image, but the referenced tag cannot be found in the registry. This can result in an image-pull failure.