To delete the clusteruse the command:
kind delete cluster
To delete the IED use the command:
docker ps #to check ied container id
docker rm -f < Container_ID>
docker rmi -f <ied image name>
To delete the clusteruse the command:
kind delete cluster
To delete the IED use the command:
docker ps #to check ied container id
docker rm -f < Container_ID>
docker rmi -f <ied image name>