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:
Virtual node 08 has a non-Kosmos unschedulable stain on it. After restarting clustertree, this stain will be removed. But about an hour later, clustertree repainted the taint. What you expected to happen:
Remove this taint How to reproduce it (as minimally and precisely as possible):
Adds a taint to the virtual node. Then restart clustertree. Then remove the taint. Anything else we need to know?:
Problem locating: Update the taint code in node_resources_controller.go. clone.Spec.Taints = rootNode.Spec.Taints. The rootNode is passed in when the clustertree starts and is not updated. The taints information of the node will be refreshed to the taints snapshot taken at the time of startup. Environment:
Kosmos version:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
Virtual node 08 has a non-Kosmos unschedulable stain on it. After restarting clustertree, this stain will be removed. But about an hour later, clustertree repainted the taint.
What you expected to happen:
Remove this taint
How to reproduce it (as minimally and precisely as possible):
Adds a taint to the virtual node. Then restart clustertree. Then remove the taint.
Anything else we need to know?:
Problem locating: Update the taint code in node_resources_controller.go. clone.Spec.Taints = rootNode.Spec.Taints. The rootNode is passed in when the clustertree starts and is not updated. The taints information of the node will be refreshed to the taints snapshot taken at the time of startup.
Environment:
The text was updated successfully, but these errors were encountered: