- Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlanguage/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Milestone
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 SDK generated components namedcontroller-managershould be namedcontrolleroroperator#4823 (comment))
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
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlanguage/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.