Skip to content

Commit

Permalink
Merge pull request #77833 from anfernee/release-1.13
Browse files Browse the repository at this point in the history
Bump ip-masq-agent version to v2.3.0
  • Loading branch information
k8s-ci-robot committed Jun 20, 2019
2 parents bda90cd + 811618c commit 4fdab12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/addons/ip-masq-agent/ip-masq-agent.yaml
Expand Up @@ -8,14 +8,14 @@ metadata:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
---
# https://github.com/kubernetes-incubator/ip-masq-agent/blob/v2.0.0/README.md
# https://github.com/kubernetes-incubator/ip-masq-agent/blob/v2.3.0/README.md
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: ip-masq-agent
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
addonmanager.kubernetes.io/mode: Reconcile
spec:
template:
metadata:
Expand All @@ -29,7 +29,7 @@ spec:
hostNetwork: true
containers:
- name: ip-masq-agent
image: k8s.gcr.io/ip-masq-agent-amd64:v2.1.1
image: k8s.gcr.io/ip-masq-agent-amd64:v2.3.0
args:
- --masq-chain=IP-MASQ
resources:
Expand All @@ -42,7 +42,7 @@ spec:
- name: config
mountPath: /etc/config
nodeSelector:
beta.kubernetes.io/masq-agent-ds-ready: "true"
beta.kubernetes.io/masq-agent-ds-ready: "true"
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 4fdab12

Please sign in to comment.