redhat-developer / redhat-developer/web-terminal-operator
make install does not work on MacOS
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 42
- Forks
- 24
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 1
Description
Describe the bug
it seems that make install does not work on MacOS.
I helped to figure out the cause why WTO is not installed on some of the cluster after make install
and it turned that that Catalog Source don't have image specified, so make used empty value for image.
As workaround MacOS users can do
oc apply -f ./catalog-source.yaml
oc apply -f ./operator-subscription.yaml
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 by reproducing the MacOS failure with make install, then inspect how catalog-source.yaml and operator-subscription.yaml are used. Verify that the CatalogSource receives an image value and that the normal install path works without the two manual oc apply commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- yaml
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100