Osx unbound pvc

I’ve installed microk8s on ubuntu and in order to deploy postgresql i had to modify cni to autodetect wlo.* addresses, eg:

% vi /var/snap/microk8s/current/args/cni-network/cni.yaml
IP_AUTODETECTION_METHOD s|first-found|interface=wlo.*
% microk8s kubectl apply -f /var/snap/microk8s/current/args/cni-network/cni.yaml

the installation on osx is spotless thus far but i’m again faced with pg failing to start due to:

message: ‘0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims.’

assuming this is the same issue, how best can i configure cni on osx as i did on linux?

[update] i can shell into the multipass microk8s-vm and see the expected /var/snap/microk8s/current/args/cni-network/cni.yaml file … although i change it as i did on linux and reply the cni.yaml yet the problem remains. in fact, the configuration looks worse as more apps are failing to start now.

[update] believe i got it solved. enabled: dns storage registry traefik

thx,

  • james

Im confused, the error reported is about persistent volume and not cni.