Skip to content

Commit 1e96c7a

Browse files
author
sivakami
committed
remove make target added for delegating cx subnets using aks managed clusters.
1 parent 0e5bdfb commit 1e96c7a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

hack/aks/Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,6 @@ swiftv2-dummy-cluster-up: rg-up ipv4 swift-net-up ## Bring up a SWIFT AzCNI clus
287287
--yes
288288
@$(MAKE) set-kubeconf
289289

290-
swiftv2-dummy-cluster-subnet-delegator-up: ipv4 ## Bring up a SWIFT AzCNI cluster for delegating subnet.
291-
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \
292-
--network-plugin azure \
293-
--vnet-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/nodenet \
294-
--pod-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/$(POD_SUBNET) \
295-
--tags stampcreatorserviceinfo=true \
296-
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
297-
--no-ssh-key \
298-
--yes
299-
@$(MAKE) set-kubeconf
300-
301290
swiftv2-podsubnet-cluster-up: ipv4 swift-net-up ## Bring up a SWIFTv2 PodSubnet cluster
302291
$(COMMON_AKS_FIELDS) \
303292
--network-plugin azure \

0 commit comments

Comments
 (0)