Skip to content

Commit

Permalink
ci: Update makefile cluster creation (#2358)
Browse files Browse the repository at this point in the history
ci: Update aks cluster creation
  • Loading branch information
jpayne3506 authored and matmerr committed Jan 16, 2024
1 parent 1c8bb6f commit 081e819
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hack/aks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AZCLI ?= docker run --rm -v $(AZCFG):/root/.azure -v $(KUBECFG):/root/.kube -v

# overrideable defaults
AUTOUPGRADE ?= patch
K8S_VER ?= 1.25 # Used only for ubuntu 18 as K8S 1.24.9, as K8S > 1.25 have Ubuntu 22
K8S_VER ?= 1.27 # Designated for Long Term Support, July 2025 | Only Ubuntu 22.04 is supported
NODE_COUNT ?= 2
NODEUPGRADE ?= NodeImage
OS_SKU ?= Ubuntu
Expand Down Expand Up @@ -236,7 +236,6 @@ linux-cniv1-up: rg-up overlay-net-up ## Bring up a Linux CNIv1 cluster
--max-pods 250 \
--network-plugin azure \
--vnet-subnet-id /subscriptions/$(SUB)/resourceGroups/$(GROUP)/providers/Microsoft.Network/virtualNetworks/$(VNET)/subnets/nodenet \
--kubernetes-version $(K8S_VER) \
--os-sku $(OS_SKU) \
--no-ssh-key \
--yes
Expand All @@ -253,7 +252,6 @@ dualstack-overlay-up: rg-up overlay-net-up ## Brings up an dualstack Overlay clu
--network-plugin-mode overlay \
--subscription $(SUB) \
--ip-families ipv4,ipv6 \
--kubernetes-version 1.26.3 \
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
--no-ssh-key \
--yes
Expand All @@ -269,7 +267,6 @@ dualstack-overlay-byocni-up: rg-up overlay-net-up ## Brings up an dualstack Over
--network-plugin-mode overlay \
--subscription $(SUB) \
--ip-families ipv4,ipv6 \
--kubernetes-version 1.26.3 \
--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureOverlayDualStackPreview \
--no-ssh-key \
--yes
Expand Down

0 comments on commit 081e819

Please sign in to comment.