We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120972d commit d34f95aCopy full SHA for d34f95a
test/e2e/setup.sh
@@ -45,7 +45,7 @@ AKS_NODE_REGIONS=("westus" "northeurope" "eastasia")
45
#
46
# Note that this is for information only; kind nodes always use the same fixed setup
47
# (total/allocatable capacity = host capacity).
48
-AKS_NODE_SKUS=("Standard_A4_v2" "Standard_B4ms" "Standard_D8s_v5" "Standard_E16_v5" "Standard_M16ms")
+AKS_NODE_SKUS=("Standard_B2ats_v2" "Standard_B2ts_v2" "Standard_D8s_v5" "Standard_E16_v5" "Standard_M16ms")
49
AKS_SKU_COUNT=${#AKS_NODE_SKUS[@]}
50
# The number of clusters that has pre-defined configuration for testing purposes.
51
RESERVED_CLUSTER_COUNT=${MEMBER_CLUSTER_COUNT}
0 commit comments