Skip to content

Commit 893e2ca

Browse files
committed
remove unused vars and rename target (noop)
1 parent fb8c8cc commit 893e2ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pipelines/singletenancy/cilium-overlay-ebpf/cilium-overlay-e2e-step-template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
parameters:
22
name: ""
33
clusterName: ""
4-
testHubble: false
5-
testLRP: false
64
scaleup: ""
75

86

hack/aks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ overlay-cilium-up: rg-up ipv4 overlay-net-up ## Brings up an Overlay Cilium clus
188188
--yes
189189
@$(MAKE) set-kubeconf
190190

191-
overlay-ebpf-cilium-up: rg-up ipv4 overlay-net-up ## Brings up an Overlay Cilium cluster
191+
ebpf-overlay-cilium-up: rg-up ipv4 overlay-net-up ## Brings up an EBPF Overlay Cilium cluster
192192
$(COMMON_AKS_FIELDS) \
193193
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
194194
--network-plugin azure \

0 commit comments

Comments
 (0)