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
Edburns/em 6908 accommodate aks nodepool naming changes (#346)
* Update node pool name to 'nodepool1' and adjust related parameters in Bicep templates
* Update version.wls-on-aks-azure-marketplace to 1.0.88 in pom.xml
* Fix string comparison in build_docker_image function for AKS node pool name
* fix utility.sh: line 109: [: 1: unary operator expected
* fix utility.sh: line 109: [: 1: unary operator expected
---------
Co-authored-by: haiche_microsoft <[email protected]>
@description('The name for this node pool. Node pool must contain only lowercase letters and numbers. For Linux node pools the name cannot be longer than 12 characters.')
36
-
paramaksAgentPoolNamestring = 'agentpool'
36
+
paramaksAgentPoolNamestring = 'nodepool1'
37
37
@maxValue(10000)
38
38
@minValue(1)
39
39
@description('Set the minimum node count for the cluster.')
@description('The name for this node pool. Node pool must contain only lowercase letters and numbers. For Linux node pools the name cannot be longer than 12 characters.')
14
-
paramaksAgentPoolNamestring = 'agentpool'
14
+
paramaksAgentPoolNamestring = 'nodepool1'
15
15
@maxValue(10000)
16
16
@minValue(1)
17
17
@description('The number of nodes that should be created along with the cluster. You will be able to resize the cluster later.')
@description('The name for this node pool. Node pool must contain only lowercase letters and numbers. For Linux node pools the name cannot be longer than 12 characters.')
37
-
paramaksAgentPoolNamestring = 'agentpool'
37
+
paramaksAgentPoolNamestring = 'nodepool1'
38
38
@maxValue(10000)
39
39
@minValue(1)
40
40
@description('Set the minimum node count for the cluster..')
0 commit comments