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

Commit

Permalink
Merge pull request #41 from chuckha/provider-id
Browse files Browse the repository at this point in the history
Fixup the provider id
  • Loading branch information
k8s-ci-robot authored Jun 28, 2019
2 parents fa2316e + 4daf71f commit 551318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actuators/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func (m *Machine) save(oldMachine, newMachine *clusterv1.Machine, noderef *apico
}

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 551318c

Please sign in to comment.