Skip to content

Commit 6c7dab2

Browse files
authored
ci: use 1.4.44_hotifx image in cilium load test (#1950)
use hotifx release in loadtest
1 parent dd41af8 commit 6c7dab2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/integration/manifests/cilium/cns-write-ovly.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
effect: NoSchedule
9797
containers:
9898
- name: cns-container
99-
image: acnpublic.azurecr.io/azure-cns:write-cilium-conf2
99+
image: acnpublic.azurecr.io/azure-cns:v1.4.44_hotfix
100100
imagePullPolicy: IfNotPresent
101101
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
102102
securityContext:
@@ -148,14 +148,9 @@ spec:
148148
- azure-ipam
149149
- -o
150150
- /opt/cni/bin/azure-ipam
151-
# - azilium.conflist
152-
# - -o
153-
# - /etc/cni/net.d/05-cilium.conflist
154151
volumeMounts:
155152
- name: cni-bin
156153
mountPath: /opt/cni/bin
157-
# - name: cni-conflist
158-
# mountPath: /etc/cni/net.d
159154
hostNetwork: true
160155
volumes:
161156
- name: cni-conflist

0 commit comments

Comments
 (0)