kiwigrid/secret-replicator

Docker hub is missing the image tag 0.2.0

Opened this issue · 4 comments

Hi Guys,

Hope you are doing well.

I tried to update my current chart with the latest version 0.6.0 and I notice the pod was unable to instantiate itself.
After describing the pod I was seeing the following error:

Events:
  Type     Reason     Age              From               Message
  ----     ------     ----             ----               -------
  Normal   Scheduled  10s              default-scheduler  Successfully assigned secret-replicator/secret-replicator-664c7cd684-pt5lk to nodename
  Normal   Pulling    9s               kubelet            Pulling image "kiwigrid/secret-replicator:0.2.0"
  Warning  Failed     9s               kubelet            Failed to pull image "kiwigrid/secret-replicator:0.2.0": rpc error: code = Unknown desc = Error response from daemon: manifest for kiwigrid/secret-replicator:0.2.0 not found: manifest unknown: manifest unknown
  Warning  Failed     9s               kubelet            Error: ErrImagePull
  Normal   BackOff    8s (x2 over 9s)  kubelet            Back-off pulling image "kiwigrid/secret-replicator:0.2.0"
  Warning  Failed     8s (x2 over 9s)  kubelet            Error: ImagePullBackOff

The chart is referencing the imageTag 0.2.0 which doesn't exist on docker hub.

Is it possible to push the imageTag?

@rpahli any chance you're able to help?

@drivard I will have a look into it. For a short fix can you use the latest tag it is the same as the 0.2.0 tag.

From our side there will be no further support for the secret-replicator. We are currently using:

kubed -> https://github.com/appscode/kubed
and
kubernetes-reflector -> https://github.com/emberstack/kubernetes-reflector

I recoment you to switch to one of this tools as the community behind is much bigger. :-)

I would suggest to set the repo to archived....

Thanks guys, I'll use the latest tag and I'll look into the two suggestions.