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
StatefulSet Pod is stuck on ContainerCreating status.
NAME READY STATUS RESTARTS AGE
sts-0 0/1 ContainerCreating 0 3d14h
Execute kubectl describe pod and get the following event:
networkPlugin cni failed to set up pod "sts-0_ns1" network: request ip return 500 route is not ready for pod ns1/sts-0 provider ovn, please see kube-ovn-controller logs to find errors
kube-ovn-controller logs:
error syncing 'ns1/sts-0': static route "policy=src-ip ip_prefix=10.210.43.25" with different nexthop already exists on logical router ovn-cluster, requeuing
Steps to Reproduce the Problem
Additional Info
kube-ovn version:
v1.8.3
The text was updated successfully, but these errors were encountered:
Expected Behavior
Actual Behavior
StatefulSet Pod is stuck on ContainerCreating status.
Execute
kubectl describe pod
and get the following event:kube-ovn-controller logs:
Steps to Reproduce the Problem
Additional Info
kube-ovn version:
The text was updated successfully, but these errors were encountered: