Skip to content

Commit 0e9b722

Browse files
authored
chore: remove basic lb due to deprecation on 250930 (v1.4) (#3554)
1 parent fa3c8b9 commit 0e9b722

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: hack/aks/Makefile

-8
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ overlay-byocni-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
9595
--kubernetes-version $(K8S_VER) \
9696
--node-count $(NODE_COUNT) \
9797
--node-vm-size $(VM_SIZE) \
98-
--load-balancer-sku basic \
9998
--k8s-support-plan AKSLongTermSupport \
10099
--tier premium \
101100
--network-plugin none \
@@ -113,7 +112,6 @@ overlay-cilium-up: rg-up overlay-net-up ## Brings up an Overlay Cilium cluster
113112
--kubernetes-version $(K8S_VER) \
114113
--node-count $(NODE_COUNT) \
115114
--node-vm-size $(VM_SIZE) \
116-
--load-balancer-sku basic \
117115
--k8s-support-plan AKSLongTermSupport \
118116
--tier premium \
119117
--network-plugin azure \
@@ -132,7 +130,6 @@ overlay-up: rg-up overlay-net-up ## Brings up an Overlay AzCNI cluster
132130
--kubernetes-version $(K8S_VER) \
133131
--node-count $(NODE_COUNT) \
134132
--node-vm-size $(VM_SIZE) \
135-
--load-balancer-sku basic \
136133
--k8s-support-plan AKSLongTermSupport \
137134
--tier premium \
138135
--network-plugin azure \
@@ -150,7 +147,6 @@ swift-byocni-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI cluster
150147
--kubernetes-version $(K8S_VER) \
151148
--node-count $(NODE_COUNT) \
152149
--node-vm-size $(VM_SIZE) \
153-
--load-balancer-sku basic \
154150
--k8s-support-plan AKSLongTermSupport \
155151
--tier premium \
156152
--network-plugin none \
@@ -169,7 +165,6 @@ swift-cilium-up: rg-up swift-net-up ## Bring up a SWIFT Cilium cluster
169165
--kubernetes-version $(K8S_VER) \
170166
--node-count $(NODE_COUNT) \
171167
--node-vm-size $(VM_SIZE) \
172-
--load-balancer-sku basic \
173168
--k8s-support-plan AKSLongTermSupport \
174169
--tier premium \
175170
--network-plugin azure \
@@ -188,7 +183,6 @@ swift-up: rg-up swift-net-up ## Bring up a SWIFT AzCNI cluster
188183
--kubernetes-version $(K8S_VER) \
189184
--node-count $(NODE_COUNT) \
190185
--node-vm-size $(VM_SIZE) \
191-
--load-balancer-sku basic \
192186
--k8s-support-plan AKSLongTermSupport \
193187
--tier premium \
194188
--network-plugin azure \
@@ -205,7 +199,6 @@ cilium-overlay-up: rg-up overlay-net-up ## Brings up an Overlay BYO CNI cluster
205199
--kubernetes-version $(K8S_VER) \
206200
--node-count $(NODE_COUNT) \
207201
--node-vm-size $(VM_SIZE) \
208-
--load-balancer-sku basic \
209202
--k8s-support-plan AKSLongTermSupport \
210203
--tier premium \
211204
--network-plugin none \
@@ -224,7 +217,6 @@ cilium-podsubnet-up: rg-up swift-net-up ## Bring up a SWIFT BYO CNI cluster with
224217
--kubernetes-version $(K8S_VER) \
225218
--node-count $(NODE_COUNT) \
226219
--node-vm-size $(VM_SIZE) \
227-
--load-balancer-sku basic \
228220
--k8s-support-plan AKSLongTermSupport \
229221
--tier premium \
230222
--network-plugin none \

0 commit comments

Comments
 (0)