k3s/test
Kubernetes Submit Queue c8516782f1
Merge pull request #66585 from dims/avoid-sed-bundled-with-darwin
Automatic merge from submit-queue. 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>.

Avoid sed bundled with Darwin for building test images

Change-Id: I4fc1d495c9a42d081107829cfae0cad6d5aa29ff
Signed-off-by: Davanum Srinivas <davanum@gmail.com>



**What this PR does / why we need it**:
using plain old `sed` we run into problems on macOS. for example when you try `make all-container WHAT=net` under test/images. We should use the same pattern we use in all our scripts to ensure we use gsed or a version of sed from GNU.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:
/cc @mkumatag @BenTheElder @cjwagner 

**Release note**:

```release-note
NONE
```
2018-07-25 12:09:42 -07:00
..
cmd ensure rs pod cleanup happens 2018-07-10 15:43:43 -04:00
conformance promoting namespace e2e tests for conformance 2018-06-19 16:05:44 +05:30
e2e remove unused codes in test/e2e/autoscaling 2018-07-25 14:39:27 +08:00
e2e_kubeadm Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
e2e_node Fix kubeadm checks import error 2018-07-13 14:27:46 +08:00
fixtures Disable initializers by default 2018-07-10 15:14:32 -04:00
images Avoid sed bundled with Darwin for building test images 2018-07-24 20:34:27 -04:00
integration Update ttlcontroller_test.go 2018-07-25 11:30:04 +08:00
kubemark Adding IKS functionality to kubemark 2018-07-23 11:42:22 -04:00
list
soak Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
typecheck Deduplicate identical typecheck errors between platforms. 2018-03-28 19:42:48 -07:00
utils Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD move test-cmd guts to separate sig-cli maintained directory 2018-07-05 11:38:26 -04:00
OWNERS
test_owners.csv Remove the Heapster/InfluxDB test 2018-07-13 16:07:33 -04:00
test_owners.json