~Quesiton wrt this line of Rancher code: <https:/...
# developer
s
~Quesiton wrt this line of Rancher code: https://github.com/rancher/rancher/blob/main/pkg/controllers/managementuser/healthsyncer/healthsyncer.go#L164 What exactly is going on in this function? Shouldn't the condition be "if err != nil && i > 1" ? But looks like getComponentStatus() is returning 'nil' for different conditions, such as when cluster.Status.Version is nil.~