website/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/service-node-exclusion.md

33 lines
801 B
Markdown

---
# Removed from Kubernetes
title: ServiceNodeExclusion
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.8"
toVersion: "1.18"
- stage: beta
defaultValue: true
fromVersion: "1.19"
toVersion: "1.20"
- stage: stable
defaultValue: true
fromVersion: "1.21"
toVersion: "1.22"
removed: true
---
<!--
Enable the exclusion of nodes from load balancers created by a cloud provider.
A node is eligible for exclusion if labelled with "`node.kubernetes.io/exclude-from-external-load-balancers`".
-->
允许从云提供商创建的负载均衡器中排除节点。
如果节点标记有 `node.kubernetes.io/exclude-from-external-load-balancers` 标签,
则可以排除该节点。