Closed riuvshyn closed 5 months ago
@riuvshyn: The label(s) triage/support
cannot be applied, because the repository doesn't have them.
This issue is currently awaiting triage.
If cloud-provider-aws contributors determine this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Yeah, it would be nice to have a switch that would disable the functionality of the Load Balancer Controller here...
/assign @M00nF1sh @oliviassss
@riuvshyn, @taraszka, from AWS LBC v2.5.0 we add a webhook mutator to make the LBC the default controlle for service type of load balancer, to disable this feature you can set the helm chart value enableServiceMutatorWebhook
to false
. see more details from our release note: https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v2.5.0
@oliviassss I know, I'd like to have the same for cloud-provider-aws, and let decide which to use using LoadBalancerClass
@oliviassss same here, I want let LB controller to manage LBs not the CCM. 🙇🏽
Have you tried configuring the --controllers
flag for the CCM? I believe --controllers=*,-service
would disable the service controller, leaving all functionality then to the LB controller no?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
Hello, I am abit confused by the fact that AWS cloud provider is having similar functionality as Load Balancer Controller
If I have both aws cloud provider and aws lb controller running which component should be responsible for serving k8s Service annotations? https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.6/guide/service/annotations/ https://cloud-provider-aws.sigs.k8s.io/service_controller/ Both seems to have service controllers using same annotations...
/triage support