Writes and verify image
This commit is contained in:
@@ -190,10 +190,7 @@ func matchesNode(osu *monov1alpha1.OSUpgrade, nodeName string, nodeLabels labels
|
||||
return true
|
||||
}
|
||||
|
||||
// Cheap fallback in case you temporarily target by explicit hostname-ish labels only.
|
||||
return nodeName != "" && selector.Matches(labels.Set{
|
||||
"kubernetes.io/hostname": nodeName,
|
||||
})
|
||||
return false
|
||||
}
|
||||
|
||||
func statusPhase(st *monov1alpha1.OSUpgradeStatus) string {
|
||||
|
||||
Reference in New Issue
Block a user