mirror of https://github.com/kubernetes/kops.git
Don't check for existence of binary path before the build stage has occurred
This commit is contained in:
parent
6e4f3e6a25
commit
b3acf6a96c
|
@ -70,10 +70,6 @@ func (d *deployer) verifyKopsFlags() error {
|
|||
return errors.New("missing required --kops-binary-path")
|
||||
}
|
||||
}
|
||||
_, err := os.Stat(d.KopsBinaryPath)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
switch d.CloudProvider {
|
||||
case "aws":
|
||||
|
|
Loading…
Reference in New Issue