Merge pull request #47887 from dnardo/ip-masq-agent

Automatic merge from submit-queue (batch tested with PRs 42252, 42251, 42249, 47512, 47887)

Bump the memory request/limit for ip-masq-daemon.

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
issue #47865
**Special notes for your reviewer**:

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue 2017-06-21 22:13:36 -07:00 committed by GitHub
commit 59935317ef

View File

@ -21,10 +21,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 8Mi
memory: 16Mi
requests:
cpu: 10m
memory: 8Mi
memory: 16Mi
securityContext:
privileged: true
volumeMounts: