Closed dmc5179 closed 4 years ago
When the containers do exist and delete is run:
./skupper-docker delete
Stopping skupper proxy containers...
Stopping skupper-router container...
Removing skupper-network network...
Skupper resources now removed
[ec2-user@ip-172-31-65-204 skupper-docker]$ docker network ls
NETWORK ID NAME DRIVER SCOPE
187ffdc4d9cc bridge bridge local
d96269db0576 host host local
6f63331ec14d none null local
Fixed in 0.2.0
@ajssmith Thanks!
If the skupper-docker pods have already been deleted the skupper-docker delete command errors out and leaves the skupper-network in place, preventing a reinstall unless the network is manually remove. skupper-docker delete correctly removes the skupper-network if the pods are also there: