You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
NFD is only detecting policy and scope of Topology Manager when NRT object doesn't exist. This means that topologyManagerScope and topologyManagerPolicy attributes won't change even if kubelet config was changed to use other TopologyManager policy and scope.
What you expected to happen:
topologyManagerScope and topologyManagerPolicy attributes of NRT objects will be updated when kubelet config was changed.
How to reproduce it (as minimally and precisely as possible):
Change TopologyManager policy
Restart kubelet
NRT object is still advertising old policy
The text was updated successfully, but these errors were encountered:
What happened:
NFD is only detecting policy and scope of Topology Manager when NRT object doesn't exist. This means that
topologyManagerScope
andtopologyManagerPolicy
attributes won't change even ifkubelet
config was changed to use other TopologyManager policy and scope.What you expected to happen:
topologyManagerScope
andtopologyManagerPolicy
attributes of NRT objects will be updated when kubelet config was changed.How to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered: