mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-18 03:49:39 -04:00
Automatic merge from submit-queue (batch tested with PRs 54644, 53072). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Flag gate node exclusion for service load balancers. @thockin @jdumars ```release-note Add a new feature gate for enabling an alpha annotation which, if present, excludes the annotated node from being added to a service load balancers. ``` Issue: https://github.com/kubernetes/kubernetes/issues/54743 Notes: The original PR for this feature was: https://github.com/kubernetes/kubernetes/pull/53146 Which didn't include a gate (or the alpha label). This was refined to add the `alpha` label in: https://github.com/kubernetes/kubernetes/pull/53678 Then in the cherry-pick review: https://github.com/kubernetes/kubernetes/pull/53656#issuecomment-335693646 @thockin requested a gate for an alpha feature, which is this PR. |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| certificates | ||
| cloud | ||
| cronjob | ||
| daemon | ||
| deployment | ||
| disruption | ||
| endpoint | ||
| garbagecollector | ||
| history | ||
| job | ||
| namespace | ||
| node | ||
| podautoscaler | ||
| podgc | ||
| replicaset | ||
| replication | ||
| resourcequota | ||
| route | ||
| service | ||
| serviceaccount | ||
| statefulset | ||
| testutil | ||
| ttl | ||
| volume | ||
| .import-restrictions | ||
| BUILD | ||
| client_builder.go | ||
| controller_ref_manager.go | ||
| controller_ref_manager_test.go | ||
| controller_utils.go | ||
| controller_utils_test.go | ||
| doc.go | ||
| lookup_cache.go | ||
| OWNERS | ||