Skip to content

Commit caa0c8d

Browse files
authored
fix: correct make cmd for creating cilium cluster (#2147)
1 parent 0f835df commit caa0c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
dependsOn: ""
33
name: "cilium"
4-
clusterType: "overlay-no-kube-proxy-up"
4+
clusterType: "cilium-overlay-up"
55
clusterName: "cilium-overlay"
66
nodeCount: 10
77
vmSize: "Standard_DS4_v2"

.pipelines/cni/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stages:
2020
- template: cilium/cilium-overlay-load-test-template.yaml
2121
parameters:
2222
name: cilium
23-
clusterType: "overlay-no-kube-proxy-up"
23+
clusterType: "cilium-overlay-up"
2424
clusterName: "cilium-overlay"
2525
nodeCount: ${LINUX_NODE_COUNT}
2626
vmSize: "Standard_DS4_v2"

0 commit comments

Comments
 (0)