Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Check Calico Network

雾雨 edited this page Sep 17, 2020 · 1 revision
  • check whether calico network is working
PS > docker network ls
NETWORK ID          NAME                DRIVER              SCOPE
ce41423098bd        bridge              bridge              local
2cdf5301b6ce        clouddev            calico              global
ca87995cc5e2        clouddev-2          calico              global
c7961e201468        host                host                local
f62b8e8f26dc        none                null                local 

above shows that two calico network is running, clouddev and clouddev-2, you may use either one to check for namespace

  • check either minions or calico libnetwork plugin is working

Clone this wiki locally