You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/swift/README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Use this Makefile to swiftly provision/deprovision [enhanced pod subnet (aka swift)](https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni#dynamic-allocation-of-ips-and-enhanced-subnet-support-preview) clusters in Azure.
1
+
Use this Makefile to swiftly provision/deprovision AKS clusters of different Networking flavors in Azure.
2
2
3
3
---
4
4
```bash
@@ -14,10 +14,19 @@ Utilities
14
14
unset-kubeconf Deletes the kubeconf for$CLUSTER
15
15
shell print $AZCLI so it can be used outside of make
16
16
17
-
SWIFT
18
-
swift-vars Show the env vars configured for the swift command
19
-
swift-net-up Create required swift vnet/subnets
20
-
swift-rg-down Delete the $GROUPin$SUB/$REGION
21
-
swift-up Brings up a swift cluster $namein$SUB/$REGION
22
-
swift-down Deletes the swift resources $SUB/$REGION
17
+
SWIFT Infra
18
+
vars Show the env vars configured for the swift command
0 commit comments