Juju, Kubernetes and Ceph integration issues

Hi everyone,

I think there’s something wrong with downloading pluggins to to integrate Ceph and Kubernetes

~$ juju ssh kubernetes-control-plane/leader -- kubectl get sc,po --namespace default
NAME                                             PROVISIONER           RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE
storageclass.storage.k8s.io/ceph-ext4            rbd.csi.ceph.com      Delete          Immediate           true                   5h44m
storageclass.storage.k8s.io/ceph-xfs (default)   rbd.csi.ceph.com      Delete          Immediate           true                   5h44m
storageclass.storage.k8s.io/cephfs               cephfs.csi.ceph.com   Delete          Immediate           true                   5h42m

NAME                                                READY   STATUS    RESTARTS   AGE
pod/csi-cephfsplugin-2whbs                          2/2     Running   0          5h42m
pod/csi-cephfsplugin-cq5kj                          2/2     Running   0          5h42m
pod/csi-cephfsplugin-provisioner-5c5bdf7fdc-77269   0/4     Pending   0          5h42m
pod/csi-cephfsplugin-provisioner-5c5bdf7fdc-7xrh5   0/4     Pending   0          5h42m
pod/csi-cephfsplugin-provisioner-5c5bdf7fdc-kx6x5   4/4     Running   0          5h42m
pod/csi-rbdplugin-provisioner-6c9ccc4d7c-4gr2r      6/6     Running   0          5h44m
pod/csi-rbdplugin-provisioner-6c9ccc4d7c-hrmtn      0/6     Pending   0          5h44m
pod/csi-rbdplugin-provisioner-6c9ccc4d7c-tvt7j      0/6     Pending   0          5h44m
pod/csi-rbdplugin-rkjg6                             2/2     Running   0          5h44m

it has taken over 7 hours and still no success - please help

NB - followed the guide here GitHub - charmed-kubernetes/ceph-csi-operator: Container Storage Interface (CSI) plugin that enables ceph as a storage backend