kubernetes.io/ingress.existLbId: <LoadBalanceId> annotation to specify an existing CLB instance associated with an ingress.Ingress Controller in the CLB console. Your updates will be overwritten by Ingress Controller.Service Controller cannot be used. This means a service and an ingress cannot use the same CLB.Ingress Controller does not manage CLB resources. This means that, when an ingress is deleted, the CLB will not be deleted or recycled.Ingress Controller manages the CLB lifecycle, you can only purchase pay-as-you-go CLBs. However, monthly subscription CLBs have price advantages and are preferentially selected by users who need to continuously use a CLB.Ingress Controller. The following shows a sample.apiVersion: extensions/v1beta1kind: Ingressmetadata:annotations:kubernetes.io/ingress.existLbId: lb-mgzu3mpxname: nginx-ingressspec:rules:- http:paths:- backend:serviceName: nginx-serviceservicePort: 80path: /
kubernetes.io/ingress.existLbId: lb-mgzu3mpx annotation indicates that the ingress will use the existing CLB lb-mgzu3mpx to configure the ingress service.Feedback