redhat-developer / redhat-developer/web-terminal-operator

Make uninstall fails

Open
#159 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Run make install
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.