mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 06:56:29 +00:00
Add host connectivity and Docker version check
This commit is contained in:
@@ -35,10 +35,7 @@ func (c *Cluster) ValidateCluster() error {
|
||||
}
|
||||
|
||||
// validate services options
|
||||
if err := validateServicesOptions(c); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return validateServicesOptions(c)
|
||||
}
|
||||
|
||||
func validateAuthOptions(c *Cluster) error {
|
||||
|
Reference in New Issue
Block a user