networkop / k8s-topo

Topology builder for network simulations inside K8S
BSD 3-Clause "New" or "Revised" License
72 stars 18 forks source link

ImagePullBackOff error for switches #19

Closed cse578group29 closed 2 years ago

cse578group29 commented 2 years ago

When creating switches, the status of pod is "ImagePullBackOff" . The host and qrtr pods are running. Any suggestions to solve this issue?

networkop commented 2 years ago

What's the name of the image that's causing this?

cse578group29 commented 2 years ago

It seems that there is no image of switch. Is there any resource available for layer-2 switch?

networkop commented 2 years ago

yep, you can check either ghcr.io/nokia/srlinux or frrouting/frr or you can download ceos from arista.com.

cse578group29 commented 2 years ago

Thank you!