mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #67916 from MrHohn/ip-masq-chain-name
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>. Bump ip-masq-agent to v2.1.1 **What this PR does / why we need it**: - Update debian-iptables image for CVEs. - Change chain name to IP-MASQ to be compatible with the pre-injected masquerade rules. **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 #NONE **Special notes for your reviewer**: /assign @bowei cc @satyasm **Release note**: ```release-note Bump ip-masq-agent to v2.1.1 - Update debian-iptables image for CVEs. - Change chain name to IP-MASQ to be compatible with the pre-injected masquerade rules. ```
This commit is contained in:
commit
f825c2d0ac
@ -29,7 +29,9 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: ip-masq-agent
|
- name: ip-masq-agent
|
||||||
image: k8s.gcr.io/ip-masq-agent-amd64:v2.0.2
|
image: k8s.gcr.io/ip-masq-agent-amd64:v2.1.1
|
||||||
|
args:
|
||||||
|
- --masq-chain=IP-MASQ
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
Loading…
Reference in New Issue
Block a user