machine-controller-manager
machine-controller-manager copied to clipboard
Node objects with mismatching provider IDs
Issue
It was observed that the node.Spec.ProviderID
was inconsistent from the instanceID on openstack and machine.Spec.ProviderID
. Need to find out why this happens.
Two parts to this issue
- [ ] Fix the providerID inconsistency.
- [ ] Align
node.Spec.ProviderID
andmachine.Spec.ProviderID
format.
During the provisioning of the shoot, we observed that more than the defined amount of workers were provisioned on OpenStack. Instead of 4 workers, it tried to provision 7. After some time the 3 additional ones were gone. Maybe this has something to do with this issue.
/close not reported or observed in recent past