redhat-developer / redhat-developer/web-terminal-operator
Make uninstall fails
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 42
- Forks
- 24
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
Describe the bug
After installing WTO running make install, I cannot uninstall by running make uninstall.
Probably need to update the uninstall goal: https://github.com/redhat-developer/web-terminal-operator/blob/b531de420292210cdf8659fd1dde5186d83d52b9/Makefile#L79
Expected Behavior
The make uninstall command should succeed.
Current Behavior
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
Steps to Reproduce
- Run
make install - Run
make uninstall
Environment
Cloud:
- AWS
- Azure
- GCP
- other (please specify)
OpenShift Version: 4.13, on OpenShift local
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the uninstall goal in Makefile around lines 79-80 and reproduce the failure with make install followed by make uninstall on OpenShift 4.13. Compare the resource type requested there with the resources installed by the operator; done means make uninstall completes successfully without the missing workspaceroutings error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100