Merge pull request #92274 from SergeyKanzhelev/removeStaleToDo

remove stale TODO after this PR: #92204
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 17:56:40 -07:00 committed by GitHub
commit ef7729e6f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -665,8 +665,7 @@ func createInstance(imageConfig *internalGCEImage) (string, error) {
if len(externalIP) > 0 {
remote.AddHostnameIP(name, externalIP)
}
// TODO(random-liu): Remove the docker version check. Use some other command to check
// instance readiness.
var output string
output, err = remote.SSH(name, "sh", "-c",
"'systemctl list-units --type=service --state=running | grep -e docker -e containerd'")