Registry pod is pending status in container-registry namespace

hello everyone!
I install microk8s on my system with multi-node one master on my PC and one worker on VM
but my registry pod is in pending status in the container-registry namespace when I describe the pod it shows the error msg .
here are the description details below anyone can guide me about it?

Name: registry-77c7575667-vx8fl
Namespace: container-registry
Priority: 0
Service Account: default
Node:
Labels: app=registry
pod-template-hash=77c7575667
Annotations:
Status: Pending
IP:
IPs:
Controlled By: ReplicaSet/registry-77c7575667
Containers:
registry:
Image: registry:2.8.1
Port: 5000/TCP
Host Port: 0/TCP
Environment:
REGISTRY_HTTP_ADDR: :5000
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /var/lib/registry
REGISTRY_STORAGE_DELETE_ENABLED: yes
Mounts:
/var/lib/registry from registry-data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n7rw5 (ro)
Conditions:
Type Status
PodScheduled False
Volumes:
registry-data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: registry-claim
ReadOnly: false
kube-api-access-n7rw5:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional:
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors:
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:

hey can i have microk8s kubectl describe pod ?