Calico CNI installation issues

I have error in installing Calico CNI

oot@master0:~# kubectl get pods -A                                                                                                                                     
NAMESPACE     NAME                                       READY   STATUS                  RESTARTS       AGE                                                             
kube-system   calico-kube-controllers-759b7bddcc-8kzjf   0/1     Pending                 0              10m                                                             
kube-system   calico-node-72w52                          0/1     Init:CrashLoopBackOff   6 (5m1s ago)   10m                                                             
kube-system   coredns-5689dc5dd9-j2r5b                   0/1     Pending                 0              23m                                                             
kube-system   coredns-5689dc5dd9-kd59q                   0/1     Pending                 0              23m                                                             
kube-system   etcd-master0                               1/1     Running                 1              23m                                                             
kube-system   kube-apiserver-master0                     1/1     Running                 1              23m                                                             
kube-system   kube-controller-manager-master0            1/1     Running                 1              23m                                                             
kube-system   kube-proxy-9nqwj                           1/1     Running                 0              23m                                                             
kube-system   kube-scheduler-master0                     1/1     Running                 1              23m                

I found this in the logs of calico-node-72w52 pod

                                                                                                                                                                        
2026-01-17 12:41:44.752 [INFO][1] cni-installer/install.go 233: CNI plugin version: v3.29.0                                                                             
2026-01-17 12:41:44.752 [INFO][1] cni-installer/install.go 185: /host/secondary-bin-dir is not writeable, skipping                                                      
2026-01-17 12:41:44.752 [WARNING][1] cni-installer/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.  
2026-01-17 12:41:44.752 [ERROR][1] cni-installer/token_watch.go 108: Unable to create token for CNI kubeconfig error=Post "https://10.96.0.1:443/api/v1/namespaces/kube-
system/serviceaccounts/calico-cni-plugin/token": dial tcp 10.96.0.1:443: connect: network is unreachable                                                                
2026-01-17 12:41:44.752 [FATAL][1] cni-installer/install.go 478: Unable to create token for CNI kubeconfig error=Post "https://10.96.0.1:443/api/v1/namespaces/kube-syst
em/serviceaccounts/calico-cni-plugin/token": dial tcp 10.96.0.1:443: connect: network is unreachable