lain icon indicating copy to clipboard operation
lain copied to clipboard

[console] deploy error, like exception when calico using docker network

Open panli889 opened this issue 8 years ago • 1 comments

>>> Begin deploy app sso to local … deploying… error deploying app sso : 500 Server Error: Internal Server Error ("Post http://%2Frun%2Fdocker%2Fplugins%2Fcalico.sock/IpamDriver.RequestPool: http: ContentLength=106 with Body length 0").

panli889 avatar May 27 '16 02:05 panli889

It's mainly because exception happened when calico using docker network;

An optional quick solution is change the name of the app and deploy it again;

Another solution need enter the LAIN cluster to remove the related network:

  • use docker network inspect {{ appname }} get the Id of the network
  • remove the related msg in etcd dir of /docker/network/v1.0 and /calico/libnetwork

panli889 avatar May 27 '16 03:05 panli889