Skip to content

Commit ddf7702

Browse files
committed
humand readable aks names
Signed-off-by: Gerd Oberlechner <[email protected]>
1 parent 1f51a02 commit ddf7702

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/config.msft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defaults:
6868
subscription: "hcp-{{ .ctx.region }}"
6969
rg: "hcp-underlay-{{ .ctx.region }}-svc"
7070
aks:
71-
name: "{{ .ctx.regionShort }}-svc" # [env-unique]
71+
name: "{{ .ctx.region }}-svc-1" # [env-unique]
7272
vnetAddressPrefix: "10.128.0.0/14"
7373
subnetPrefix: "10.128.8.0/21"
7474
podSubnetPrefix: "10.128.64.0/18"
@@ -96,7 +96,7 @@ defaults:
9696
subscription: "hcp-{{ .ctx.region }}"
9797
rg: "hcp-underlay-{{ .ctx.region }}-mgmt-{{ .ctx.stamp }}"
9898
aks:
99-
name: "{{ .ctx.regionShort }}-mgmt-{{ .ctx.stamp }}" # [env-unique]
99+
name: "{{ .ctx.region }}-mgmt-{{ .ctx.stamp }}" # [env-unique]
100100
vnetAddressPrefix: "10.128.0.0/14"
101101
subnetPrefix: "10.128.8.0/21"
102102
podSubnetPrefix: "10.128.64.0/18"

config/public-cloud-msft-int.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"kvSoftDelete": true
228228
},
229229
"kubernetesVersion": "1.31.5",
230-
"name": "usw3-mgmt-1",
230+
"name": "westus3-mgmt-1",
231231
"podSubnetPrefix": "10.128.64.0/18",
232232
"subnetPrefix": "10.128.8.0/21",
233233
"systemAgentPool": {
@@ -304,7 +304,7 @@
304304
"kvSoftDelete": true
305305
},
306306
"kubernetesVersion": "1.31.5",
307-
"name": "usw3-svc",
307+
"name": "westus3-svc-1",
308308
"podSubnetPrefix": "10.128.64.0/18",
309309
"subnetPrefix": "10.128.8.0/21",
310310
"systemAgentPool": {

config/public-cloud-msft-stg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"kvSoftDelete": true
226226
},
227227
"kubernetesVersion": "1.31.5",
228-
"name": "usw3-mgmt-1",
228+
"name": "westus3-mgmt-1",
229229
"podSubnetPrefix": "10.128.64.0/18",
230230
"subnetPrefix": "10.128.8.0/21",
231231
"systemAgentPool": {
@@ -302,7 +302,7 @@
302302
"kvSoftDelete": true
303303
},
304304
"kubernetesVersion": "1.31.5",
305-
"name": "usw3-svc",
305+
"name": "westus3-svc-1",
306306
"podSubnetPrefix": "10.128.64.0/18",
307307
"subnetPrefix": "10.128.8.0/21",
308308
"systemAgentPool": {

0 commit comments

Comments
 (0)