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
// TODO: find nodes with this image in their cache, do not try and use the active pod list which is always in flux during rollouts/scaling etc
124
-
nodes: [],
133
+
nodes: [node.metadata.name],
125
134
// For now we are going to sample based on this pod, in the real world their could be mixed usage in non homogenus clusters but
126
135
// we aren't dealing with that yet
127
136
// TODO: need to pull node information from pod.spec.nodeName and get the arch from its spec.nodeInfo.architecture or spec.metadata.labels.kubernetes.io/arch
0 commit comments