Is storage class creation supported when ceph-mons are on different controller than kubernetes-master?

Hi,

I have been trying to setup storage class on my charmed kubernetes cluster following the guide: Storage | Ubuntu. The charmed kubernetes cluster is setup using Controller B.

The ceph cluster is setup on another controller on it’s own model (Let’s say controller A).

I created a juju offer from Controller A and consumed it on Controller B. Thereafter I created relation btw ceph-mon and kubernetes-master.

However, I am not sure if this supported as the ceph-mon logs show me the following messages in the log:

2021-xx-yy 01:45:04 INFO juju.worker.uniter.relation statetracker.go:158 joining relation "remote-xx-yy-zz:ceph-storage ceph-mon:admin"
2021-xx-yy 01:45:04 INFO juju.worker.uniter.relation statetracker.go:194 joined relation "remote-xx-yy-zz:ceph-storage ceph-mon:admin"
2021-xx-yy 01:45:05 INFO juju.worker.uniter.operation runhook.go:145 skipped "admin-relation-created" hook (missing)
2021-xx-yy 01:45:05 ERROR juju-log admin:506: Not running hook, CMR detected and not supported
2021-xx-yy 01:45:07 INFO juju.worker.uniter.operation runhook.go:142 ran "admin-relation-joined" hook (via explicit, bespoke hook script)
2021-xx-yy 01:45:07 ERROR juju-log admin:506: Not running hook, CMR detected and not supported
2021-xx-yy 01:45:09 INFO juju.worker.uniter.operation runhook.go:142 ran "admin-relation-changed" hook (via explicit, bespoke hook script)
2021-xx-yy 01:45:10 ERROR juju-log admin:506: Not running hook, CMR detected and not supported

2021-xx-yy 01:45:11 INFO juju.worker.uniter.relation statetracker.go:158 joining relation "remote-xx-yy-zz:ceph-client ceph-mon:client"
2021-xx-yy 01:45:11 INFO juju.worker.uniter.relation statetracker.go:194 joined relation "remote-xx-yy-zz:ceph-client ceph-mon:client"
2021-xx-yy 01:45:11 INFO juju.worker.uniter.operation runhook.go:145 skipped "client-relation-created" hook (missing)
2021-xx-yy 01:45:12 ERROR juju-log admin:506: Not running hook, CMR detected and not supported
2021-xx-yy 01:45:41 INFO juju.worker.uniter.operation runhook.go:142 ran "client-relation-joined" hook (via explicit, bespoke hook script)
2021-xx-yy 01:45:41 ERROR juju-log client:507: Not running hook, CMR detected and not supported
2021-xx-yy 01:45:43 INFO juju.worker.uniter.operation runhook.go:142 ran "client-relation-changed" hook (via explicit, bespoke hook script)
2021-xx-yy 01:45:48 ERROR juju-log client:507: Not running hook, CMR detected and not supported