Skip to content

Commit

Permalink
test: Update KPR value in ipsec upgrade jobs
Browse files Browse the repository at this point in the history
There is a merge race between the below two PRs, which leads to failure
in CI job for ipsec upgrade config 5.15.

https://github.com/cilium/cilium/actions/runs/8461160283/job/23180526103
```
Error: Unable to upgrade Cilium: execution error at (cilium/templates/cilium-configmap.yaml:70:5): kubeProxyReplacement must be explicitly set to a valid value (true or false) to continue.
```

Relates: #31637, ##31637
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Mar 28, 2024
1 parent ac804b6 commit 458b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.15-20240305.092417'
kube-proxy: 'iptables'
kpr: 'disabled'
kpr: 'false'
tunnel: 'vxlan'
encryption: 'ipsec'
encryption-overlay: 'true'
Expand Down

0 comments on commit 458b5cc

Please sign in to comment.