We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f835df commit caa0c8dCopy full SHA for caa0c8d
.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml
@@ -1,7 +1,7 @@
1
parameters:
2
dependsOn: ""
3
name: "cilium"
4
- clusterType: "overlay-no-kube-proxy-up"
+ clusterType: "cilium-overlay-up"
5
clusterName: "cilium-overlay"
6
nodeCount: 10
7
vmSize: "Standard_DS4_v2"
.pipelines/cni/pipeline.yaml
@@ -20,7 +20,7 @@ stages:
20
- template: cilium/cilium-overlay-load-test-template.yaml
21
22
name: cilium
23
24
25
nodeCount: ${LINUX_NODE_COUNT}
26
0 commit comments