Okay, it seems like from what you're saying the RGW image itself isn't special compared to the other ceph daemons, it's just that you want to use the image on your local registry. In that case, I would still recommend just using `ceph orch upgrade start --image <image-name>` with the image from your local registry. It will transition all the ceph daemons rather than just RGW to that image, but that's generally how cephadm expects things to be anyway. Assuming that registry is reachable from all the nodes on the cluster, the upgrade should be able to do it. Side note, but I have seen some people in the past have issues with cephadm's use of repo digests when using local registries, so if you're having issues you may want to try setting the mgr/cephadm/use_repo_digest option to false. Just keep in mind that means if you want to upgrade to another image, you'd have to make sure it has a different name (usage of repo digest was added in to support floating tags). On Fri, Mar 1, 2024 at 11:47 AM wodel youchi <wodel.youchi@xxxxxxxxx> wrote: > Hi, > > I'll try the 'ceph mgr fail' and report back. > > In the meantime, my problem with the images... > I am trying to use my local registry to deploy the different services. I > don't know how to use the 'apply' and force my cluster to use my local > registry. > So basically, what I am doing so far is : > 1 - ceph orch apply -i rgw-service.yml <---------------- deploy the > rgw, and this will pull the image from the internet > 2 - ceph orch daemon redeploy rgw.opsrgw.controllera.gtrttj --image > 192.168.2.36:4000/ceph/ceph:v17 <------------ Redeploy the demons of > that service with my local image. > > How May I deploy directly from my local registry? > > Regards. > > > > _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx