Revert "Kubelet flags take precedence over config from files/ConfigMaps"

This reverts commit cbebb61450.
This commit is contained in:
Jordan Liggitt
2017-11-21 23:55:43 -05:00
parent 1489d19443
commit ae7dccf2e9
12 changed files with 18 additions and 335 deletions

View File

@@ -69,7 +69,6 @@ kube::test::find_dirs() {
-o -path './vendor/k8s.io/client-go/*' \
-o -path './vendor/k8s.io/apiserver/*' \
-o -path './test/e2e_node/system/*' \
-o -path './test/e2e_node/services/*' \
-name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
# run tests for client-go