Open dkwon17 opened 8 months ago
After installing WTO running make install, I cannot uninstall by running make uninstall.
make install
make uninstall
Probably need to update the uninstall goal: https://github.com/redhat-developer/web-terminal-operator/blob/b531de420292210cdf8659fd1dde5186d83d52b9/Makefile#L79
uninstall
The make uninstall command should succeed.
I get the following output:
devworkspace.workspace.devfile.io "terminal-69vofl" deleted error: the server doesn't have a resource type "workspaceroutings" make: *** [Makefile:80: uninstall] Error 1
Cloud:
OpenShift Version: 4.13, on OpenShift local
Describe the bug
After installing WTO running
make install
, I cannot uninstall by runningmake uninstall
.Probably need to update the
uninstall
goal: https://github.com/redhat-developer/web-terminal-operator/blob/b531de420292210cdf8659fd1dde5186d83d52b9/Makefile#L79Expected Behavior
The
make uninstall
command should succeed.Current Behavior
I get the following output:
Steps to Reproduce
make install
make uninstall
Environment
Cloud:
OpenShift Version: 4.13, on OpenShift local