Merge pull request #87746 from mattjmcnaughton/mattjmcnaughton/poc-compiling-kubelet-wo-docker

Support compiling Kubelet w/o docker/docker
This commit is contained in:
Kubernetes Prow Robot
2020-05-09 12:01:51 -07:00
committed by GitHub
98 changed files with 447 additions and 155 deletions

View File

@@ -48,6 +48,7 @@ if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
EXCLUDED_PATTERNS+=(
"verify-typecheck.sh" # runs in separate typecheck job
"verify-typecheck-providerless.sh" # runs in separate typecheck job
"verify-typecheck-dockerless.sh" # runs in separate typecheck job
)
fi