operator-framework / operator-framework/operator-sdk
[meta] change ansible-/helm-operator binary and image names
@estroz is already working on this.
Since Apr 26, 2021.
- Dominant language
- Go
- Stars
- 7.7k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
Describe the problem you need a feature to resolve.
The base "operators" (both binaries and images) for Ansible and Helm projects are currently called ansible-operator and helm-operator, respectively. This naming can be confusing because operator-sdk init --plugins=<ansible|helm> creates Ansible/Helm operator projects.
Describe the solution you'd like.
These base operators could be renamed to something more obvious. Some initial ideas, where "ansible" is used as the example language target:
ansible-operator-baseansible-controller-manager(for an explanation of "controller-manager", see https://github.com/operator-framework/operator-sdk/issues/4823#issuecomment-827046143)
Renaming will likely happen prior to v2.0 and be published alongside the current naming scheme, but a hard switch to a new name format would happen at v2.0 release time.
Would love input from Ansible and Helm folks!
/language ansible
/language helm
/kind feature
Contributor guide
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.
Assessment
This issue has not been assessed yet.