Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 31, 2024
1 parent 6654b75 commit 4257448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cni-plugin/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function wait_rollout() {
fi
}

trap cleanup EXIT
#trap cleanup EXIT

if k get ns/cni-plugin-test >/dev/null 2>&1 ; then
echo 'ns/cni-plugin-test already exists' >&2
Expand Down Expand Up @@ -94,7 +94,7 @@ k run linkerd-proxy \
-- \
/usr/lib/linkerd/linkerd2-network-validator --log-format plain \
--log-level debug --connect-addr 1.1.1.1:20001 \
--listen-addr 0.0.0.0:4140 --timeout 10s
--listen-addr 0.0.0.0:4140 --timeout 20s

echo 'PASS: Network Validator'

Expand Down
12 changes: 6 additions & 6 deletions proxy-init/integration/iptables/iptablestest-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: iptables-test
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -90,7 +90,7 @@ spec:
- name: linkerd-init
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
- name: linkerd-init
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -201,7 +201,7 @@ spec:
- name: linkerd-init
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "-r", "9090", "-r", "9099", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "-r", "9090", "-r", "9099", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
- name: linkerd-init
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--inbound-ports-to-ignore", "6000-8000", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--inbound-ports-to-ignore", "6000-8000", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -318,7 +318,7 @@ spec:
- name: linkerd-init
image: test.l5d.io/linkerd/proxy-init:test
imagePullPolicy: Never
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--subnets-to-ignore", "0.0.0.0/0", "ipv6", "false"]
args: ["-p", "8080", "-o", "8080", "-u", "2102", "-g", "2102", "--subnets-to-ignore", "0.0.0.0/0", "--ipv6=false"]
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 4257448

Please sign in to comment.