mirror of https://github.com/linkerd/linkerd2.git
Bump proxy-init version to v1.6.1 (#8913)
Release v1.6.1 of proxy-init adds support for iptables-nft. This change bumps up the proxy-init version used in code, chart values, and golden files. * Update go.mod dep * Update CNI plugin with new opts * Update proxy-init ref in golden files and chart values * Update policy controller CI workflow Signed-off-by: Matei David <matei@buoyant.io>
This commit is contained in:
parent
f317ab17b1
commit
b3ec9111d2
|
|
@ -21,7 +21,7 @@ env:
|
|||
CARGO_NET_RETRY: 10
|
||||
K3D_VERSION: v5.4.3
|
||||
PROTOC_NO_VENDOR: 1
|
||||
PROXY_INIT_VERSION: v1.5.3
|
||||
PROXY_INIT_VERSION: v1.6.1
|
||||
RUST_BACKTRACE: short
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ Kubernetes: `>=1.21.0-0`
|
|||
| proxyInit.ignoreOutboundPorts | string | `"4567,4568"` | Default set of outbound ports to skip via iptables - Galera (4567,4568) |
|
||||
| proxyInit.image.name | string | `"cr.l5d.io/linkerd/proxy-init"` | Docker image for the proxy-init container |
|
||||
| proxyInit.image.pullPolicy | string | imagePullPolicy | Pull policy for the proxy-init container Docker image |
|
||||
| proxyInit.image.version | string | `"v1.5.3"` | Tag for the proxy-init container Docker image |
|
||||
| proxyInit.image.version | string | `"v1.6.1"` | Tag for the proxy-init container Docker image |
|
||||
| proxyInit.logFormat | string | plain | Log format (`plain` or `json`) for the proxy-init |
|
||||
| proxyInit.logLevel | string | info | Log level for the proxy-init |
|
||||
| proxyInit.resources.cpu.limit | string | `"100m"` | Maximum amount of CPU units that the proxy-init container can use |
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ proxyInit:
|
|||
# @default -- imagePullPolicy
|
||||
pullPolicy: ""
|
||||
# -- Tag for the proxy-init container Docker image
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
resources:
|
||||
cpu:
|
||||
# -- Maximum amount of CPU units that the proxy-init container can use
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -357,7 +357,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -379,7 +379,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -588,7 +588,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -797,7 +797,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ spec:
|
|||
- 4190,9998,7777,8888
|
||||
- --outbound-ports-to-ignore
|
||||
- "9999"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -379,7 +379,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ spec:
|
|||
- 4190,1234,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ spec:
|
|||
- 4190,4191,22,8100-8102
|
||||
- --outbound-ports-to-ignore
|
||||
- "5432"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ items:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -375,7 +375,7 @@ items:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ items:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -375,7 +375,7 @@ items:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ spec:
|
|||
- 4190,4191,22,8100-8102
|
||||
- --outbound-ports-to-ignore
|
||||
- "5432"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -383,7 +383,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568,443
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ spec:
|
|||
- 4190,4191,4567,4568
|
||||
- --outbound-ports-to-ignore
|
||||
- 4567,4568
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -901,7 +901,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1316,7 +1316,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1617,7 +1617,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: my.custom.registry/linkerd-io/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.5.3
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.5.3
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.5.3
|
||||
image: my.custom.registry/linkerd-io/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -898,7 +898,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1303,7 +1303,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1595,7 +1595,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -600,7 +600,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -982,7 +982,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1442,7 +1442,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1779,7 +1779,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -600,7 +600,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -982,7 +982,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1442,7 +1442,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1779,7 +1779,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -831,7 +831,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1245,7 +1245,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1496,7 +1496,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,22,8100-8102"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,22,8100-8102"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,22,8100-8102"
|
||||
- --outbound-ports-to-ignore
|
||||
- "5432"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ data:
|
|||
image:
|
||||
name: cr.l5d.io/linkerd/proxy-init
|
||||
pullPolicy: ""
|
||||
version: v1.5.3
|
||||
version: v1.6.1
|
||||
logFormat: ""
|
||||
logLevel: ""
|
||||
resources:
|
||||
|
|
@ -900,7 +900,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1314,7 +1314,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "443"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
@ -1615,7 +1615,7 @@ spec:
|
|||
- "4190,4191,4567,4568"
|
||||
- --outbound-ports-to-ignore
|
||||
- "4567,4568"
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.5.3
|
||||
image: cr.l5d.io/linkerd/proxy-init:v1.6.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: linkerd-init
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -201,6 +201,8 @@ func cmdAdd(args *skel.CmdArgs) error {
|
|||
SimulateOnly: conf.ProxyInit.Simulate,
|
||||
NetNs: args.Netns,
|
||||
UseWaitFlag: conf.ProxyInit.UseWaitFlag,
|
||||
FirewallBinPath: "iptables",
|
||||
FirewallSaveBinPath: "iptables-save",
|
||||
}
|
||||
|
||||
// Check if there are any overridden ports to be skipped
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"--outbound-ports-to-ignore",
|
||||
"4567,4568"
|
||||
],
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.5.3",
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.6.1",
|
||||
"imagePullPolicy": "IfNotPresent",
|
||||
"name": "linkerd-init",
|
||||
"resources": {
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"--outbound-ports-to-ignore",
|
||||
"34567"
|
||||
],
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.5.3",
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.6.1",
|
||||
"imagePullPolicy": "IfNotPresent",
|
||||
"name": "linkerd-init",
|
||||
"resources": {
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"--outbound-ports-to-ignore",
|
||||
"4567,4568"
|
||||
],
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.5.3",
|
||||
"image": "cr.l5d.io/linkerd/proxy-init:v1.6.1",
|
||||
"imagePullPolicy": "IfNotPresent",
|
||||
"name": "linkerd-init",
|
||||
"resources": {
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -21,7 +21,7 @@ require (
|
|||
github.com/imdario/mergo v0.3.13
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/linkerd/linkerd2-proxy-api v0.6.0
|
||||
github.com/linkerd/linkerd2-proxy-init v1.5.3
|
||||
github.com/linkerd/linkerd2-proxy-init v1.6.1
|
||||
github.com/mattn/go-isatty v0.0.14
|
||||
github.com/mattn/go-runewidth v0.0.13
|
||||
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -646,6 +646,8 @@ github.com/linkerd/linkerd2-proxy-api v0.6.0 h1:oeJMxEGAfB2gJSs3TdzL+Efbiz+i5Zhr
|
|||
github.com/linkerd/linkerd2-proxy-api v0.6.0/go.mod h1:kiFDmEXotfjhIz3lGOa/EyQ13phLMDtmvU9VuE3kAYc=
|
||||
github.com/linkerd/linkerd2-proxy-init v1.5.3 h1:Fc5CKnWXB1Xxh+a44ENqABzbI6l5FdxZiqphjimbPT4=
|
||||
github.com/linkerd/linkerd2-proxy-init v1.5.3/go.mod h1:IpDk113zEAQY7p8OuTP+yqyZ4APlkpJkJrSRLR0MWpw=
|
||||
github.com/linkerd/linkerd2-proxy-init v1.6.1 h1:zrnqN5qnzPni0CE5eHXU258FORkqhU9ocKmCFBLGT90=
|
||||
github.com/linkerd/linkerd2-proxy-init v1.6.1/go.mod h1:qmQcEqgaXU7iUPjzEuLyUXdYs/C1co0IqXEmmUPtcy4=
|
||||
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo=
|
||||
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
|
||||
github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w=
|
||||
|
|
|
|||
|
|
@ -1746,7 +1746,7 @@ data:
|
|||
global: |
|
||||
{"linkerdNamespace":"linkerd","cniEnabled":false,"version":"install-control-plane-version","identityContext":{"trustDomain":"cluster.local","trustAnchorsPem":"fake-trust-anchors-pem","issuanceLifetime":"86400s","clockSkewAllowance":"20s"}}
|
||||
proxy: |
|
||||
{"proxyImage":{"imageName":"cr.l5d.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"cr.l5d.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.5.3","debugImage":{"imageName":"cr.l5d.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"}
|
||||
{"proxyImage":{"imageName":"cr.l5d.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"cr.l5d.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.6.1","debugImage":{"imageName":"cr.l5d.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"}
|
||||
install: |
|
||||
{"cliVersion":"dev-undefined","flags":[]}
|
||||
values: |
|
||||
|
|
@ -1899,7 +1899,7 @@ data:
|
|||
global: |
|
||||
{"linkerdNamespace":"linkerd","cniEnabled":false,"version":"install-control-plane-version","identityContext":{"trustDomain":"cluster.local","trustAnchorsPem":"fake-trust-anchors-pem","issuanceLifetime":"86400s","clockSkewAllowance":"20s"}}
|
||||
proxy: |
|
||||
{"proxyImage":{"imageName":"cr.l5d.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"cr.l5d.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.5.3","debugImage":{"imageName":"cr.l5d.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"}
|
||||
{"proxyImage":{"imageName":"cr.l5d.io/linkerd/proxy","pullPolicy":"IfNotPresent"},"proxyInitImage":{"imageName":"cr.l5d.io/linkerd/proxy-init","pullPolicy":"IfNotPresent"},"controlPort":{"port":4190},"ignoreInboundPorts":[],"ignoreOutboundPorts":[],"inboundPort":{"port":4143},"adminPort":{"port":4191},"outboundPort":{"port":4140},"resource":{"requestCpu":"","requestMemory":"","limitCpu":"","limitMemory":""},"proxyUid":"2102","logLevel":{"level":"warn,linkerd=info"},"disableExternalProfiles":true,"proxyVersion":"install-proxy-version","proxy_init_image_version":"v1.6.1","debugImage":{"imageName":"cr.l5d.io/linkerd/debug","pullPolicy":"IfNotPresent"},"debugImageVersion":"install-debug-version"}
|
||||
install: |
|
||||
{"cliVersion":"dev-undefined","flags":[]}
|
||||
values: |
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ var Version = undefinedVersion
|
|||
// https://github.com/linkerd/linkerd2-proxy-init
|
||||
// This has to be kept in sync with the constraint version for
|
||||
// github.com/linkerd/linkerd2-proxy-init in /go.mod
|
||||
var ProxyInitVersion = "v1.5.3"
|
||||
var ProxyInitVersion = "v1.6.1"
|
||||
|
||||
const (
|
||||
// undefinedVersion should take the form `channel-version` to conform to
|
||||
|
|
|
|||
Loading…
Reference in New Issue