@@ -743,7 +743,7 @@ Memory Manager and Device Manager to either admit a pod to the node or reject it
743
743
744
744
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
745
745
746
- Yes, this feature can be disabledby specifying ` TopologyManager ` feature gate
746
+ Yes, this feature can be disabled by specifying ` TopologyManager ` feature gate
747
747
in the kubelet configuration. Note that disabling the feature gate requires
748
748
kubelet restart for the changes to take effect. In case no pods consuming
749
749
resources aligned by Topology Manager are running on the node, disabling
@@ -800,8 +800,10 @@ Monitor the following metrics:
800
800
801
801
###### How can an operator determine if the feature is in use by workloads?
802
802
803
- Inspect the kubelet configuration of the nodes: check feature gates and the policies
804
- or policies configured.
803
+ The operator can look at ` topology_manager_admission_requests_total ` and ` topology_manager_admission_errors_total `
804
+ metrics to determine if topology manager is performing its admission check.
805
+ In addition to that, kubelet configuration of the nodes can be inspected to check feature gates and the policies
806
+ configured.
805
807
806
808
###### How can someone using this feature know that it is working for their instance?
807
809
834
836
835
837
### Scalability
836
838
837
- No, this is a node-local feature.
839
+ Topology Manager is a component within kubelet for alignment of resources
840
+ based on resource distribution across NUMA nodes and configured policy.
841
+ Since this is a node-local feature, there are no calls to the API
842
+ server or to the cloud provider and hence does not impact scalability.
838
843
839
844
###### Will enabling / using this feature result in any new API calls?
840
845
0 commit comments