sealer
sealer copied to clipboard
Can not delete a cluster
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- sealer version (use
sealer version
): v0.8.3 - Cloud provider or hardware configuration:
- OS (e.g:
cat /etc/os-release
): - Kernel (e.g.
uname -a
): - Install tools:
- Others:
@VinceCui, could you pls show sealer images
output to see whether it is exist on this machine?
I think we should try to design the failure throw much better. Actually, no one could recognize the real meaning of error message above. We should use the error tracing way to recap the procedure and let user have more info about what happened.
@allencloud sealer will run to delete plugin in CloudImage, so if CloudImage not exist on the host sealer will try to pull it, if don't have access to the registry it will return "manifest unknown" error.
@allencloud sealer will run to delete plugin in CloudImage, so if CloudImage not exist on the host sealer will try to pull it, if don't have access to the registry it will return "manifest unknown" error.
@fanux Thanks for your feedback. What you said is just what happened indeed. While I do not think we could bear this way to show the reason to users just on github. It is better for us to let users which run into such failure have ability(in cli's returned information) to know what is the root cause and how to solve it as possible. Otherwise, sealer's community support system may be beaten in some time. And the user experience would be affected as well.