You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
The DeprecatedLabelNodeRoleMaster label, which prevents the control plane nodes to create a LoadBalancer, is still being checked. The implementation of LabelNodeExcludeLB is on Kubernetes since v1.22 and I believe we can finally deprecate the old label.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
The
DeprecatedLabelNodeRoleMaster
label, which prevents the control plane nodes to create a LoadBalancer, is still being checked. The implementation ofLabelNodeExcludeLB
is on Kubernetes since v1.22 and I believe we can finally deprecate the old label.cloud-provider-openstack/pkg/ingress/controller/controller.go
Line 96 in 7c95815
cloud-provider-openstack/pkg/ingress/controller/controller.go
Line 254 in 7c95815
I have an edge case where I need the control plane nodes to become members of a LoadBalancer and I believe that this check is preventing that.
What you expected to happen:
Deprecate the
DeprecatedLabelNodeRoleMaster
flag to have control plane nodes as members of a LoadBalancer.Environment:
The text was updated successfully, but these errors were encountered: