Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Fixup the provider id
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jun 27, 2019
1 parent b433f80 commit 4daf71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actuators/machine.go
Expand Up @@ -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
Expand Down

0 comments on commit 4daf71f

Please sign in to comment.