File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
keps/sig-network/2433-topology-aware-hints Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
- [ Design Details] ( #design-details )
11
11
- [ Assumptions] ( #assumptions )
12
12
- [ Identifying Zones] ( #identifying-zones )
13
+ - [ Excluding Control Plane Nodes] ( #excluding-control-plane-nodes )
13
14
- [ Configuration] ( #configuration )
14
15
- [ Interoperability] ( #interoperability )
15
16
- [ Feature Gate] ( #feature-gate )
@@ -188,6 +189,14 @@ The EndpointSlice controller reads the standard `topology.kubernetes.io/zone`
188
189
label on Nodes to determine which zone a Pod is running in. Kube-Proxy would be
189
190
updated to read the same information to identify which zone it is running in.
190
191
192
+ ### Excluding Control Plane Nodes
193
+
194
+ Any Nodes with the following labels (set to any value) will be excluded when
195
+ calculating allocatable cores in a zone:
196
+
197
+ * ` node-role.kubernetes.io/control-plane `
198
+ * ` node-role.kubernetes.io/master `
199
+
191
200
### Configuration
192
201
193
202
A new ` service.kubernetes.io/topology-aware-routing ` annotation can be used to
You can’t perform that action at this time.
0 commit comments