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
Events emitted by node-problem-detector sometimes omit the apiVersion field in the involvedObject of the event. This causes issues with downstream consumers, notably with kubectl events --for Node/<node-name>, which relies on the presence of involvedObject.apiVersion for filtering and does not display events that lack it.