Skip to content

Commit

Permalink
Remove docker version check (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kawych authored and k8s-ci-robot committed May 3, 2018
1 parent 818a6d1 commit c406f69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloud/google/machineactuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,6 @@ func (gce *GCEClient) validateMachine(machine *clusterv1.Machine, config *gcecon
if machine.Spec.Versions.ContainerRuntime.Name != "docker" {
return apierrors.InvalidMachineConfiguration("Only docker is supported")
}
if machine.Spec.Versions.ContainerRuntime.Version != "1.12.0" {
return apierrors.InvalidMachineConfiguration("Only docker 1.12.0 is supported")
}
return nil
}

Expand Down

0 comments on commit c406f69

Please sign in to comment.