pulp / pulp/pulp-operator

`make deploy` should not require `go`

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

Nobody has claimed this yet.

Documentation Issue
Dominant language
Go
Stars
88
Forks
66
Avg merge
53m
Merged PRs (30d)
1

Description

Version
N/A

Describe the bug
Invoking make deploy as guided in Getting Started for Pulp Operator requires go binary because deploy refers manifests and manifests requires controller-gen which uses go.

It's ok for devs since current operator is written in Go, but for users, it's like an unnecessary dependency. I think this dependency should be removed, or Getting Started should be updated that the command requires go (or provide alternative handy way without make deploy to deploy Operaotr).

To Reproduce

  1. Clone this repository
  2. Invoke make deploy

Expected behavior
Pulp Operator can be deployed without go binary.

Contributor guide

Open the contributing guide

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 repository's Makefile and the make deploy target, then trace its manifests dependency and the controller-gen step. Compare this flow with the Getting Started for Pulp Operator quickstart. Done means users can deploy without a go binary, or the quickstart clearly documents the requirement and provides a practical alternative.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
devops, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.