Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
add moby note
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Oct 23, 2018
1 parent 5d88c29 commit f4d62f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/vlabs/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (a *Properties) validateOrchestratorProfile(isUpdate bool) error {
}

if o.KubernetesConfig.DockerEngineVersion != "" {
log.Warnf("docker-engine is deprecated, but you passed in a dockerEngineVersion configuration. This will be ignored.")
log.Warnf("docker-engine is deprecated in favor of moby, but you passed in a dockerEngineVersion configuration. This will be ignored.")
}
}
case OpenShift:
Expand Down

0 comments on commit f4d62f7

Please sign in to comment.