kubernetes/test
Kubernetes Submit Queue ba2e899221 Merge pull request #53262 from krousey/upgrade_failure
Automatic merge from submit-queue (batch tested with PRs 53263, 52967, 53262, 52654, 53187). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix sed command to not try shell redirection

RunCmd uses Go's os/exec library to run commands directly. Since these
are not run through a shell, we can't use shell syntax for piping or
file redirection. The proper way to do that is to create a Command
object and set the Std{in,out,err} pipes appropriately. Luckily sed
can handle the behavior we need without having to manually set this up.



fixes https://github.com/kubernetes/kubeadm/issues/472
2017-09-29 13:37:27 -07:00
..
e2e Fix sed command to not try shell redirection 2017-09-29 10:01:11 -07:00
e2e_node Abort if not default nor conformance 2017-09-28 16:10:33 -07:00
fixtures bazel: use autogenerated all-srcs rules instead of manually-curated sources rules 2017-09-21 15:53:23 -07:00
images bazel: use autogenerated all-srcs rules instead of manually-curated sources rules 2017-09-21 15:53:23 -07:00
integration Auto generated build files 2017-09-28 11:43:35 +05:30
kubemark Enabling aggregator functionality on kubemark, gce 2017-09-05 13:01:05 -07:00
list Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
soak Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
utils Merge pull request #52896 from janetkuo/deploy-hash-inte 2017-09-26 15:51:25 -07:00
BUILD Auto generated build files 2017-09-28 11:43:35 +05:30
OWNERS Adding vishh to test approvers 2017-08-30 15:29:53 -07:00
test_owners.csv remove rackspace related code 2017-09-22 18:06:50 +08:00
test_owners.json remove deprecated flags LowDiskSpaceThresholdMB and OutOfDiskTransitionFrequency 2017-07-20 13:23:13 -07:00