diff --git a/actuators/machine.go b/actuators/machine.go index 3eaba1c..7756401 100644 --- a/actuators/machine.go +++ b/actuators/machine.go @@ -238,7 +238,7 @@ func (m *Machine) save(old, new *clusterv1.Machine, noderef *apicorev1.ObjectRef } func providerID(name string) string { - return fmt.Sprintf("docker://%s", name) + return fmt.Sprintf("docker:////%s", name) } // CAPIroleToKindRole converts a CAPI role to kind role