oracle / oracle/oci-cloud-controller-manager
LB creation naming is inconsistent
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 158
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
load_balancer_util.go
when we create
NLB: we use: service.Namespace, service.Name, service.UID
LB the naming is just service.UID
the LB naming makes it hard for Admins that use the UI to determine which load balancer are used for which purpose
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.
Research direction
Start in load_balancer_util.go and compare the naming used during NLB creation with the naming used for LB creation. Confirm the intended identifying components from the issue, then verify that created LBs expose enough information for administrators to distinguish their associated service; add or update focused tests if the file's existing test coverage shows where this behavior is checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100