mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-06 17:30:35 +00:00
Automatic merge from submit-queue Give developer more help info when running integration tests without etcd found. **What this PR does / why we need it**: When running integration tests, if etcd version on env is lower than expected, developer will get info `You can use 'hack/install-etcd.sh' to install a copy in third_party/.` It would be better to have the same info if no etcd installed on env. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```