You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ ... enable failed: run callbacks: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
Additional context
In another terminal, I checked the pod status:
kubectl describe pod registry-proxy-xxxxx -n kube-system
The pod was stuck in ContainerCreating, with repeated sandbox errors like:
Failed to create pod sandbox: ... failed to setup network for sandbox ... could not insert 'ip_tables': Operation not permitted
Full message:
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Uh oh!
There was an error while loading. Please reload this page.
What happened
I tried to enable the
registry
addon using:minikube addons enable registry
It failed with:
Additional context
In another terminal, I checked the pod status:
The pod was stuck in
ContainerCreating
, with repeated sandbox errors like:Full message:
Environment
Attach the log file
log.txt
minikube_addons_a4fe86e99845e102d4e73c94aae831dab434b0c1_0.log
Operating System
Redhat/Fedora
Driver
Podman
The text was updated successfully, but these errors were encountered: