Skip to content

Update Deployment is not updating the docker image version some times #427

@Sandeep-Narahari

Description

@Sandeep-Narahari

I have my deployed my docker image as v0.3

But the image was not present in the docker hub

then in the events it got image pull backoff error - This is expected

Then I updated the docker image as v0.1

But still pulling the v0.3 versioned docker image after I updated the deployment sdl file with v0.1

so again with error is image bull back off

[service]: [Warning] [Failed] [Pod] Failed to pull image "XXXXXX/YYYYYYYYYY:v0.3": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/XXXXXX/YYYYYYYYYY-backend:v0.3": failed to unpack image on snapshotter overlayfs: unexpected media type text/html for sha256:ef696f81a0c888c61df196ae1f43291a9aadd4be45010f4b9585b438f561c141: not found
[service]: [Warning] [Failed] [Pod] Error: ErrImagePull
[service]: [Normal] [BackOff] [Pod] Back-off pulling image "XXXXXX/YYYYYYYYYY:v0.3"
[service]: [Warning] [Failed] [Pod] Error: ImagePullBackOff
[service]: [Normal] [ExternalProvisioning] [PersistentVolumeClaim] Waiting for a volume to be created either by the external provisioner 'rook-ceph.rbd.csi.ceph.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
[service]: [Normal] [Provisioning] [PersistentVolumeClaim] External provisioner is provisioning volume for claim "m5q440nc5ensfjft681l54i147qvrlhq3pf4huge28jv8/service-1-data-service-1-0"
[service]: [Normal] [ProvisioningSucceeded] [PersistentVolumeClaim] Successfully provisioned volume pvc-a9bf7133-0118-4f7d-b2e6-3012cc7a069c
[service]: [Normal] [ExternalProvisioning] [PersistentVolumeClaim] Waiting for a volume to be created either by the external provisioner 'rook-ceph.rbd.csi.ceph.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
[service]: [Normal] [Provisioning] [PersistentVolumeClaim] External provisioner is provisioning volume for claim "m5q440nc5ensfjft681l54i147qvrlhq3pf4huge28jv8/service-1-logs-service-1-0"
[service]: [Normal] [ProvisioningSucceeded] [PersistentVolumeClaim] Successfully provisioned volume pvc-47124475-b989-42db-876d-bdc858818ca7
[service]: [Normal] [SuccessfulCreate] [StatefulSet] create Claim service-1-logs-service-1-0 Pod service-1-0 in StatefulSet service-1 success
[service]: [Normal] [SuccessfulCreate] [StatefulSet] create Claim service-1-data-service-1-0 Pod service-1-0 in StatefulSet service-1 success
[service]: [Normal] [SuccessfulCreate] [StatefulSet] create Pod service-1-0 in StatefulSet service-1 successful

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions