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 #45 from ashish-amarnath/fix-provisioner-name
Browse files Browse the repository at this point in the history
Fix provisioner name
  • Loading branch information
k8s-ci-robot authored Jun 28, 2019
2 parents 551318c + 38a5acb commit 6b671c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
capdctl
capd-manager
kind-test

# vscode
.vscode
2 changes: 1 addition & 1 deletion cmd/capd-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
machineActuator := actuators.NewMachineActuator(cs.ClusterV1alpha1(), k8sclientset.CoreV1())

// Register our cluster deployer (the interface is in clusterctl and we define the Deployer interface on the actuator)
common.RegisterClusterProvisioner("aws", clusterActuator)
common.RegisterClusterProvisioner("docker", clusterActuator)
if err := apis.AddToScheme(mgr.GetScheme()); err != nil {
panic(err)
}
Expand Down

0 comments on commit 6b671c1

Please sign in to comment.