build/pause: write in C

Builds statically against glibc. References to the old pause
image have been updated.
This commit is contained in:
Muhammed Uluyol
2016-04-20 17:07:06 -04:00
parent cfd7a99fe3
commit f3690e2d5e
30 changed files with 141 additions and 95 deletions

View File

@@ -179,7 +179,7 @@ func createOutOfDiskPod(c *client.Client, ns, name string, milliCPU int64) {
Containers: []api.Container{
{
Name: "pause",
Image: "beta.gcr.io/google_containers/pause:2.0",
Image: "beta.gcr.io/google_containers/pause-amd64:3.0",
Resources: api.ResourceRequirements{
Requests: api.ResourceList{
// Request enough CPU to fit only two pods on a given node.