File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
457457down : # # Delete the cluster
You can’t perform that action at this time.
0 commit comments