Skip to content

Commit 9548e51

Browse files
author
sivakami
committed
set aks custom headers.
1 parent 8690ca3 commit 9548e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/aks/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ swiftv2-podsubnet-cluster-up: ipv4 swift-net-up ## Bring up a SWIFTv2 PodSubnet
299299
--service-cidr "10.0.0.0/16" \
300300
--dns-service-ip "10.0.0.10" \
301301
--tags fastpathenabled=true RGOwner=LongRunningTestPipelines stampcreatorserviceinfo=true \
302-
--http-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkingMultiTenancyPreview \
302+
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkingMultiTenancyPreview \
303303
--yes
304304
@$(MAKE) set-kubeconf
305305

@@ -451,7 +451,7 @@ linux-swiftv2-nodepool-up: ## Add linux node pool to swiftv2 cluster
451451
--max-pods 250 \
452452
--subscription $(SUB) \
453453
--tags fastpathenabled=true,aks-nic-enable-multi-tenancy=true \
454-
--http-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkingMultiTenancyPreview \
454+
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkingMultiTenancyPreview \
455455
--pod-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/podnet
456456

457457
down: ## Delete the cluster

0 commit comments

Comments
 (0)