Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions hack/aks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ overlay-byocni-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin none \
Expand All @@ -113,7 +112,6 @@ overlay-cilium-up: rg-up overlay-net-up ## Brings up an Overlay Cilium cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin azure \
Expand All @@ -132,7 +130,6 @@ overlay-up: rg-up overlay-net-up ## Brings up an Overlay AzCNI cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin azure \
Expand All @@ -150,7 +147,6 @@ swift-byocni-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin none \
Expand All @@ -169,7 +165,6 @@ swift-cilium-up: rg-up swift-net-up ## Bring up a SWIFT Cilium cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin azure \
Expand All @@ -188,7 +183,6 @@ swift-up: rg-up swift-net-up ## Bring up a SWIFT AzCNI cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin azure \
Expand All @@ -205,7 +199,6 @@ cilium-overlay-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin none \
Expand All @@ -224,7 +217,6 @@ cilium-podsubnet-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI cluster with
--kubernetes-version $(K8S_VER) \
--node-count $(NODE_COUNT) \
--node-vm-size $(VM_SIZE) \
--load-balancer-sku basic \
--k8s-support-plan AKSLongTermSupport \
--tier premium \
--network-plugin none \
Expand Down
Loading