-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Description
this PR made it so that nodes labeled with master
will no longer be excluded from Cluster scoped LoadBalancers:
kubernetes/kubernetes#97543
to preserve backwards compatibility we way want to add a new label on CP nodes node.kubernetes.io/exclude-from-external-load-balancers
that now handles the exclusion.
1.21:
- add the label for init, join, upgrade
kubeadm: exclude control plane nodes from external LBs kubernetes#98269
1.22:
- the labeling on upgrade can be removed, assuming 1.21 CP nodes already have the label.
kubeadm:the node.kubernetes.io/exclude-from-external-load-balancers label removed on upgrade kubernetes#100942
pacoxu
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.