Docs discourage changing aws-load-balancer-type, which is required to migrate from CCM #4000
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
triage/needs-investigation
Is your feature request related to a problem?
I have a Service of
type: LoadBalancer
which is currently controlled by the in-tree cloud-controller-manager (CCM) because I have setservice.beta.kubernetes.io/aws-load-balancer-type: nlb
.I need to migrate this Service to using the AWS LBC instead, which requires me to change
aws-load-balancer-type
. But the docs say this:Deleting and recreating the Service is not a good option since that would require several minutes of unnecessary downtime as DNS changes propagate.
Describe the solution you'd like
Is that line in the documentation discouraging changing back to using the CCM? Or does it also discourage in-place migration from CCM to LBC?
Is in-place migration from CCM to LBC possible without having to delete the Service?
The text was updated successfully, but these errors were encountered: